Alright my Smartsheet Wizards... I have another formula error that is stumping me...
I'm trying to return a Red dot if the PROJECT NUMBER in my Sheet (Sheet A) matches a cell in another sheet (Sheet B), AND any one of 5 other columns in Sheet B has a Red dot in it. Here is my current formula:
=IF(AND({Services Financial Risk Details Range 1} = [Project Number]@row, OR({Services Financial Risk Details Range 2} = "Red", {Services Financial Risk Details Range 3} = "Red", {Services Financial Risk Details Range 4} = "Red", {Services Financial Risk Details Range 5} = "Red", {Services Financial Risk Details Range 6} = "Red")), "Red", "Green")
I am getting an Invalid Operation Error, but can't find it.