Getting Error on Formula - #INCORRECT ARGUMENT SET

Options

I am getting an error on the formula I have entered saying #INCORRECT ARGUMENT SET

=IF(AND([EHS COVID Approved]@row = "Yes", [ExComm Travel Approved?]@row = "Yes", "jeff.shepherd@advance-auto.com"))

Basically it is not inputting the Jeff.Shepherd@advance-auto.com email as the answer if the 2 conditions are met... not sure what I am doing wrong.... I used the following as just an "IF" statement and worked in another cell, but when I did the "IF/AND" together it is not working to put an email in...

=IF([EHS COVID Approved]@row = "Yes", "Jason.Reichert@advance-auto.com") - This one worked.

Best Answer

Answers