Syntax error on IF statement in date formula. HELP
I am trying to use a date formula to calculate a date if a checkbox is unchecked or allow a user to enter a date if a checkbox is checked. IF([Verification Extension] = 1, Date(yyyy, mm, dd), [Actu...
If [Verification Extension] is true, I want the user to input the date manually. If it is not true, I want it to calculate the date as you described above.