Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Could someone please tell me how to display negative values calculated from a
formula as a blank cell in Excel |
#2
![]() |
|||
|
|||
![]()
Try something like:
=IF(A1+A2<0,"",A1+A2) Replace "A1+A2" with your formula -- Rgds Max xl 97 --- GMT+8, 1° 22' N 103° 45' E xdemechanik <atyahoo<dotcom ---- "pherozeb" wrote in message ... Could someone please tell me how to display negative values calculated from a formula as a blank cell in Excel |
#3
![]() |
|||
|
|||
![]()
=if(yourformula<0,"",yourformula)
pherozeb wrote: Could someone please tell me how to display negative values calculated from a formula as a blank cell in Excel -- Dave Peterson |
#4
![]() |
|||
|
|||
![]()
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. -- Earl Kiosterud mvpearl omitthisword at verizon period net ------------------------------------------- "pherozeb" wrote in message ... Could someone please tell me how to display negative values calculated from a formula as a blank cell in Excel |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
display negative values as a blank cell in Excel | Excel Discussion (Misc queries) | |||
Can you reference cell values in Headers and Footers in Excel 200. | Excel Discussion (Misc queries) | |||
How to display cell values in wordarts? | Excel Discussion (Misc queries) | |||
Display a pix from a URL in a Excel cell | Excel Discussion (Misc queries) | |||
Using Jet to read excel file returns blank for last cell - sometim | Excel Discussion (Misc queries) |