Hiding negative numbers

  • Thread starter Thread starter hiwatt
  • Start date Start date
H

hiwatt

Anyone know how to hide negative numbers in cells? Like
when a function or formula returns a negative.
 
You can use a custom format

General;

another way would be to use conditional formatting and format negative
result with white fonts,
both those methods will only hide it, if you want only positive results
otherwise nothing

=IF(A1<0,"",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