Apr 26, 2021 12:18 PM
I have an Airtable form that has a number of yes/no questions on it. I want to convert the Yes’s to 1s and no to 0s.
Is there an easy way to declare Yes=1 without having to write as many IF statements as I have questions?
Appreciate your help.
Apr 27, 2021 01:23 PM
At the form level (before the form is submitted), this is only possible with JotForm:
Otherwise, you could also accomplish this after the form is submitted in Airtable by:
Apr 27, 2021 01:46 PM
@ScottWorld Thanks for your help. I was able to write 12 nested IF statements to do this but that is clunky. I assume I could write a script in the future that does this.