I keep getting an "invalid operation" error message with this formula. Can someone spot where I went wrong? I am not great at formulas. The goal is for multiple criteria (IF statements) to match before entering "Inactive" in the cell.
=IF({Master Cadre Roster Range 1} = [First Name]@row, IF({Master Cadre Roster Range 3} = [Last Name]@row, IF({Master Cadre Roster Range 2} = "Inactive", "Inactive")))