Hi All
I have 4 columns on a sheet which are checked boxes, when they are all ticketed, i want the task health column to change to green. I am using this formula and applied it to the task health column but I am getting a circular reference. Where should i be applying to formula or is the formula wrong?
=IF(AND([Column1]@row = 1, [Column2]@row = 1, [Column3]@row = 1, [Column4]@row = 1), "green", [Task Health]@row)
Thank you