A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

show empty cell when result is 0



 
 
Thread Tools Display Modes
  #1  
Old May 15th, 2009, 11:27 AM posted to microsoft.public.excel.misc
willemeulen
external usenet poster
 
Posts: 25
Default show empty cell when result is 0

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  
Old May 15th, 2009, 11:31 AM posted to microsoft.public.excel.misc
Mike H
external usenet poster
 
Posts: 8,419
Default show empty cell when result is 0

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  
Old May 15th, 2009, 06:25 PM posted to microsoft.public.excel.misc
joeu2004
external usenet poster
 
Posts: 1,748
Default show empty cell when result is 0

"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.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:53 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.