Hey there!
I am an Airtable novice looking for formula help. 🙃
I have a table with columns: Year, Candidate, Entity/Org, Side, Race Level, State, District
Right now, my formula is:
IF(Candidate !="", CONCATENATE({Candidate},", ",State," ",District),
CONCATENATE({Entity/Org}," - ", Side))
which will pull the Entity/Org & Side when the candidate field is empty. However, there are instances where
- the District field is empty (in which case I want to pull in the {Candidate},", ",State," ",{Race Level})
- & instances where the District field AND the Candidate field are empty (where I want to pull in the {Entity/Org}," - ", Side))
Any help is greatly appreciated!
Thanks!