I'm trying to create a formula that shows the Green and Red symbols based on information from a different sheet. Current formula looks like this: =IF({Open House Order Form Range 1} = Office@row, "Green", "Red"). I get an invalid operation error but I can't figure out why.
I'm wanting to know if any cell in the cross-sheet range matches the Office@row, and if so, return the Green dot symbol.