asked on February 15, 2024
I have a simple formula that returns Yes or No if the two conditions are met:
=IF(AND(EmployeeSectionHeadUsername="",EmployeeDivisionHeadUsername=""),"No", "Yes")
To this I am trying to add an OR element - OR EmpID="12345"
How can I combine AND with OR?
Numerous iterations tried, can't get it right.
Thank you.
0
0