I’m not sure why this one isn’t working, because I’ve tried copying and pasting from another base where this formula DOES work.
I’m trying to write an IF statement for the Gift ID. If “Donor Account” is not blank, GIFT ID should pull Donor Account after the date. If it IS blank, it should pull Company.
This is my starting point, but it’s telling me it’s not a real formula.
(DATETIME_FORMAT({Date of donation}, ‘M/D/YYYY’) & " — ") & IF(Donor account, Donor account,Company)
Thoughts?