Forum Discussion
Hotfuzz38
Nov 07, 2024Copper Contributor
Overwriting the conditional format of a cell
Hi. In my spreadsheet I have already set up a conditional format to turn a cell red if "Labour" has been entered in to C2, this turns L2 in the sales percentage column to red. What I'd like t...
- Nov 07, 2024
You need two rules for that as shown in the picture below.
in the on-line version it looks like this:
Martin_Angosto
Nov 07, 2024Iron Contributor
Hi!
Please try this one:
=(C2:C76="Labour")*(L2:L76=0%)>0