M
Matt M
I am trying to create a form with a nested IF statement.
I am creating a performance appraisal form, so what I need
the nested IF for is to translate the numerical score that
the user enters into the text translation.
Example
"1" = Does not deliver
"2" = Achieved
etc., etc.
I found an article on nested IFs for mail merge which
suggested the following format:
{IF test1 "TrueResult" "{IF
test2 "TrueResult" "FalseResult"}"}
however this is not working. Anyone have experience
creating something like this?
I am creating a performance appraisal form, so what I need
the nested IF for is to translate the numerical score that
the user enters into the text translation.
Example
"1" = Does not deliver
"2" = Achieved
etc., etc.
I found an article on nested IFs for mail merge which
suggested the following format:
{IF test1 "TrueResult" "{IF
test2 "TrueResult" "FalseResult"}"}
however this is not working. Anyone have experience
creating something like this?