Hello,
I'm working on a template and I want the cells in the body of a table to highlight if both of the below parameters are met.
the row label in column A = "Hello"
the cell value > 10
Right now I have the formula in the conditional formatting as =IF(AND($A$1="Hello",B1>10),TRUE,FALSE)
If I copy the format down and change $A$1 to $A$2 and so on, I can then copy it across so it works for the rest of the sheet but I run into a problem if I need to add additional rows.
Thanks again.
Bookmarks