I'm putting to good use one of the Excel posts on Conditional Formatting, but I'm having trouble applying it to multiple cells. I have a row of cells:
F4;G4;H4;I4;J4
in which G4 is a Yes/No dropdown list (these values come from another sheet). I tried:
Conditional Formatting > New Rule > Use a formula to determine which cells to format
in the Format values where this formula is true I inserted =(G4="No") and it would apply bold + gray + strikethrough to the row of cells mentioned above (including G4).
Problem: when I change the G4 value to No, only the first cell - F4 - changes.
What am I doing wrong?
=$G4="No"should work. Just like with formulas in a cell. - hsan