IF Function continued...
Greater than >
- Click on cell G6
- Click
- In the box under Function name, click IF.
- Click OK.
- You see this box:
- Click in the box beside Logical_test
- Type F6>60
- This means if F6 is more than(>) 60.
- Click in the box beside Value_if_true.
- Type passed.
- Click in the box beside Value_if_false.
- Type failed.
- Click OK.
- In the formula bar, you will see the function:
=IF(F6>60, "passed", "failed").
If F6>60 is true, Luis passed.
If F6>60 is false, Luis failed.
- Right click on cell G6.
- Click Copy.
- Select G7:G9.
- Click Paste.
|