G Guest Jan 4, 2005 #1 Could someone please tell me how to display negative values calculated from a formula as a blank cell in Excel
Could someone please tell me how to display negative values calculated from a formula as a blank cell in Excel
D Dave Peterson Jan 5, 2005 #3 =if(yourformula<0,"",yourformula) Could someone please tell me how to display negative values calculated from a formula as a blank cell in Excel Click to expand...
=if(yourformula<0,"",yourformula) Could someone please tell me how to display negative values calculated from a formula as a blank cell in Excel Click to expand...
E Earl Kiosterud Jan 5, 2005 #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.
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.