Custom formatting

  • Thread starter Thread starter Pat
  • Start date Start date
P

Pat

Does anyone know of a custom format I could use where the result of the
formula;

=AV31/AS31-1

returns #DIV/O!

Thanks
Pat
 
Hi
not possible with a custom format. Either use
=IF(AS31=0,"",AV31/AS31-1)

or use conditional formating and checking for
=ISERROR(cell_reference)
and assigning a white font
 

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