Inserting IF Statements

This section describes how to create an IF statement. You can use operators to define multiple conditions or identify outcomes that must never occur:

  To insert an IF statement:

  1. Select Functions, thenLogical, and double-click IF.

    This inserts IF(conditon, then, else)

  2. Place the cursor after the open bracket and replace condition with the function that retrieves the values to use.

    For example, if the condition involves scorecard scores, insert sScore

  3. Select the object whose values you want to use from the box that is displayed.

  4. Press ENTER to insert an empty line.

  5. Optional: Define another condition and press ENTER.

  6. Indent the cursor and replace then with the value or function to use if the condition(s) ares true.

  7. Press ENTER to insert an empty line.

  8. Indent the cursor and replace else with the function or value to use if the THEN outcome is false.