Error with nested IF statements containing date fields
Hello!
I am relatively new to Airtable and am trying to figure out why my nested IF statement isn’t working.
Goal: If the due date field value is before today and the field complete is not checked show “in progress”, if complete is checked then show todays date if none of the above are true show “missed”.
The date before IS_BEFORE() isn’t needed, it is already in the parameters.
You can use AND() to evaluate 2 conditions.
2 ideas:
The date before IS_BEFORE() isn’t needed, it is already in the parameters.
You can use AND() to evaluate 2 conditions.
Hey Elias,
Thanks for the info! I have two questions about those ideas.
How is the “IS BEFORE” built into the parameters? If I removed that, my assumption is that it would just evaluate if it is today or not today rather than giving me the ability to have 3 phases of Date completed, in progress, and missed based on a combo of the completed check, the due date, and today’s date.
For the AND function am I nesting this?
I tried using this formula to return text strings that I could then use in tandem with a “Complete Yes/No” field but am still receiving an error. Again, could be dumb formatting on my part I’m not sure.