Create an Evaluation Macro

To write an evaluation macro:

  1. Identify tests and result values:
  2. A simple test resolves to True or False.
  3. an If-Then-Else test resolves to a value.
  4. For a simple test, identify the values and operator to resolve to True or False.
  5. For an If-Then-Else test, identify If-, Else- and default conditions and values.