conditional formatting #value!

  • Thread starter Thread starter Clive Long,UK
  • Start date Start date
C

Clive Long,UK

Hi

Is it possible to create a conditional formatting condition that
can detect the condition of #VALUE! ? That is NOT the text string but
the "error condition". What I am trying to highlight is that certain
calculated values have not been correctly calculated on the sheet and
need further investigation.

Thanks

Clive
 
Hi Clive,

Use the 'Formula Is' option on the conditional formating dialog and
enter the following, assuming the cells is A1.

=ERROR.TYPE(A1)=3

You can also use the Go To dialog (CTRL+G), Special... to locate cells
with Errors.

Cheers
Andy
 
If it's ok to cast a broader net, you could use a formula like:

=iserror(a1)
 

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

Back
Top