Having trouble getting a successful output with the following formula:
=IF(OR([Remodel Design Consultation – Virtual]@row = 1, [Ground-Up Design Consultation - Virtual]@row = 1), "Virtual"), IF(OR([Remodel Design Consultation – In-Person]@row =1, [Ground-Up Design Consultation - In-Person]@row =1), "In-Person", "")
When i input the first IF(OR( statement, it works, but when i add in the second part, it becomes #UNPASRABLE. I've also tried wrapping in an IFERROR.
Appreciate any help!