Hi folks, first-time poster here; I’ve looked around and tried some things but none of the solutions I’ve found worked, so here we go:
I currently have an IF formula that displays 3 different results based on the content of one column, and I am trying to display a 4th result based on the content of another column.
Here’s what I have so far:
IF({EXP}="",“UNLISTED”,
IF({EXP}<TODAY(),“EXP”,“ACTIVE”,
)
)
I’ve tried:
IF({EXP}="",“UNLISTED”,
IF({EXP}<TODAY(),“EXP”,“ACTIVE”,
IF({MARKET}=“AUCTION”,“AUCTION”
)
)
)
…but Airtable just deletes the third string. Other variations (IF/AND, IF/OR, and ELSE) generate an error.
I’m sure what I’m trying to do is simple enough, but it’s giving me a headache. Please help!
Thank you,
Shawn