Have a very simple formula(or so I thought), I need to compare two months from different years so I created the following:
If {@Month Hired} = 9 then if {@Year Hired} = 2001 then "14- September '01" else "2 - September '00"else
"Error"
I have tried "if then if" and "if and if" statements, parentheses after the first then. All return no data or error. Any suggestions would be helpful for multiple "if then else" or "if and" formulas. Thanks!
If {@Month Hired} = 9 then if {@Year Hired} = 2001 then "14- September '01" else "2 - September '00"else
"Error"
I have tried "if then if" and "if and if" statements, parentheses after the first then. All return no data or error. Any suggestions would be helpful for multiple "if then else" or "if and" formulas. Thanks!