I have the following two working formulas but when I try combining it I keep getting error messages.
=IF(ISDATE([Meeting scheduled date]@row), "Scheduled")
=IF(OR(Acuity@row = "High", Acuity@row = "Medium"), "Required")
They each work on its own by referencing two diff columns.
I need help combining this to one formula.
Thanks!