display negative values as a blank cell in Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could someone please tell me how to display negative values calculated from a
formula as a blank cell in Excel
 
Try something like:

=IF(A1+A2<0,"",A1+A2)

Replace "A1+A2" with your formula
 
=if(yourformula<0,"",yourformula)


Could someone please tell me how to display negative values calculated from a
formula as a blank cell in Excel
 
zeb,

If you only want it displayed as blank, retaining the value in the cell,
format the cell (Format - Cells - Number - Custom):

General;;General

Change the first General to any format code you want for positive numbers
(0.00, etc), and the other General for how you want zero values displayed.
 

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