Hello,
I would like to create a formula where it flags for the following information:
Donor Center = other sheet column Donor Center AND Job Title = Ops Admin QAS AND other sheet column Position = Quality Assurance Supervisor
Then Donor center = other sheet column Donor Center AND Job Title = Ops Admin Assistant Mgr AND other sheet column Position = Assistant Manager
This is what I have so far but this one is giving me #INVALID OPERATION
=IF(AND([Donor Center]:[Donor Center] = @cell, {Open Positions Range 1} = @cell), 1, 0)
Any help would be greatly appreciated!