A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
You are a legend, thank you!!!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I would like to write a formula that turns the background green in cells C4:F4 when cells C4:E4 each have a value of 0.
The data in C4:E4 is derived from the formula series =COUNTIF('Property 1'!F2:F30,"XXXXXXXX") in columns D to G each cell in C4:E4 has the same formula with the only difference being the text within the quotation marks that I have marked X.
For some reason it won't work. I have made sure cells C4:F4 are numbers
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
You are a legend, thank you!!!
Change the formula in the Conditional Formatting rule to
=AND($C4:$E4=0)