Skip to content

IF

Do one thing when true, another when false

0 of 3 done · Lesson 4 of 18

Understand

Finance wants anything over a thousand dollars flagged for a second look. You could read down the column and type the flags yourself. IF writes the rule down once, and the rule keeps applying after you have gone home.

=IF(what to check, if it is true, if it is false, optional)

A worked example

=IF(D5 > 1000, "Review", "Fine")
what to checkif it is trueif it is false

D5 is 560, so this returns Fine

The sheet you are working with

Sheet for IF
Row numberABCD
1OrderCustomerRegionAmount
21042NorthwindOtago1250
31043Kea LtdWaikato840
41044HalcyonOtago2110
51045BrightsmithAuckland560
61046TuataraWaikato1780
71047FernwayOtago930
81048PounamuNelson1420
91049Rimu CoOtago670