Hi,
I am trying to write a formula with multiple IF statements with OR and AND to check the appropriate box:
I have this so far and get #INCORRECT ARGUMENT:
=IF(AND(NOT(ISBLANK([Term Date]@row))), OR(Program@row = "ABC", [Shared Programs]@row, OR(@cell = "ABC / XYZ", @cell = "XYZ / ABC")), 1, 0)
Thanks for any help offered!
Lori