Hi!
I need help fixing this formula - keep receiving an Invalid Operation error.
I'm trying to return "No" if an email from the row in the Smartsheet file matches an e-mail from the cross-sheet reference's file in the E-mail column and that cross-sheet reference's row also contains "Mgmt" in the User Role column. (So two conditions must be met from the cross-reference sheet in order to return a "No")
=IF(AND([User Email]@row = {E-mail}, {User Role} = "Mgmt"), "No", "Yes")
Thanks!