Hi,
I am trying to return a RED value (traffic light) to a specific cell where any cell in the column "Risk Flag" has been checked. I can get it to return a Red value where a single specified cell in the Risk Flag column is flagged - as follows:
=IF([Risk Flag]2 = "True", "Red")
I need it to return a Red value where any cell in the column is flagged.
I would be grateful for any help.
Cheers
Paul