asked on June 20, 2023
Can I use a variable to complete an IF statement in Forms? I am trying to fill a field with a "Y" if another field is greater than 1. If not, then I would like to fill it with "N". My example formula is below, but it doesn't seem to be working.
=IF(Variable>1,"Y","N")
0
0