Conditional Formatting Problem

C

Code Numpty

I am trying to apply a conditional format to a range of cells containing a
version of this formula.
=IF(H16=0,"N/A",(H16-J16)*100/J16)

If the cell value is greater than 2, I need the format to change. However,
if the cell value is "N/A" the conditional formatting as still applied.

I have tried Formula Is =AND(O16>2,O16<>"")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top