Jan 10 2024 08:56 AM
Please help! I got this to work about 10 years ago but with copying/pasting to a new worksheet each year the format disappeared somewhere and I'm lost!
Columns as follows:
Name, Opening Balance, Sales, closing balance
Apple, 10 , 10 , 0 (Zero, nil)
I want to apply a conditional format to column 'Name' so that if 'Closing Balance' = 0, the name (Apple) will show in red ([Red])
Thanks in advance from thge tip of Africa
Jan 10 2024 09:01 AM - edited Jan 10 2024 09:07 AM
This should use a 'custom formula' under conditional formatting and that formula should be something like:
=$D1=0
that assumes the 'Applied To' range is A1:Axxx and the closing balance is in column D
basically the $ isn't needed but if you wanted the whole row to get highlighted or multiple cells on that row, then the $ would be needed.
If your applied to range starts on row 2 then =$D2=0 (basically the row listed in the formula should match the first cell in the applied to range.
Jan 10 2024 10:04 AM
Jan 10 2024 11:45 AM
Jan 10 2024 11:52 AM
SolutionJan 11 2024 04:13 AM
Thank you! I finally got it to work after much tearing out of what little hair is left. Column C is 'Name' and Column L is the 'Nil Value' condition.
Jan 10 2024 11:52 AM
Solution