Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want cells to show nothing (empty) when the result is zero. It only should
display result when there are actual values (more than zero) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=if(myformula0,myyformula,"") Mike "willemeulen" wrote: I want cells to show nothing (empty) when the result is zero. It only should display result when there are actual values (more than zero) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"willemeulen" wrote:
I want cells to show nothing (empty) when the result is zero. It only should display result when there are actual values (more than zero) Do want the cell only to __appear__ blank, or do you want the cell value to actually __be__ blank? If the former, then try the custom format "General;-General;" without quotes. Note the last semicolon followed by nothing. You can replace "General" with any other number format that you want. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Empty Cell Result | Excel Worksheet Functions | |||
nno result if one cell empty | Excel Discussion (Misc queries) | |||
Formula result as real empty/blank cell | Excel Worksheet Functions | |||
Advanced formula - Return result & Show Cell Reference of result | Excel Worksheet Functions | |||
is statement with an empty cell as result | Excel Worksheet Functions |