Name: Ethar Tarek Saad EL-Hag
How to use the IF Function in Microsoft Excel
Insert an IF Function
1. Click where you want to add the function.
2. Click the Formula tab.
3. Click the Logical button.
4. Select IF.
5. Enter the IF function arguments:
• Logical Test: Any value or expression that can be
evaluated to TRUE or FALSE.
• Value If True: The value that is returned if Logical_test
is TRUE. If omitted, TRUE is returned.
• Value If False: The value that is returned if Logical_test
is FALSE. If omitted, FALSE is returned.
6. Click OK when you're finished.
The IF function calculates and returns a value based on the
evaluation of the logical test.