PC Review


Reply
Thread Tools Rate Thread

Blank Suppression

 
 
Mike Copeland
Guest
Posts: n/a
 
      6th Jul 2011
How do I (blank) suppress a subtotal value that I have formatted as
0.00? Using #.## leaves the "." in the cell. The formula is below:
=SUMIF($E$401:$E$598, E399, $B$401:$B$598)

I want the cell to show blanks if no value is produced. Please
advise. TIA
 
Reply With Quote
 
 
 
 
GS
Guest
Posts: n/a
 
      6th Jul 2011
Mike Copeland explained on 7/6/2011 :
> How do I (blank) suppress a subtotal value that I have formatted as
> 0.00? Using #.## leaves the "." in the cell. The formula is below:
> =SUMIF($E$401:$E$598, E399, $B$401:$B$598)
>
> I want the cell to show blanks if no value is produced. Please
> advise. TIA


=IF(SUMIF($E$401:$E$598, E399, $B$401:$B$598)>0,SUMIF($E$401:$E$598,
E399, $B$401:$B$598),"")

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


 
Reply With Quote
 
Claus Busch
Guest
Posts: n/a
 
      6th Jul 2011
Hi Mike,

Am Wed, 6 Jul 2011 07:24:04 -0700 schrieb Mike Copeland:

> How do I (blank) suppress a subtotal value that I have formatted as
> 0.00? Using #.## leaves the "." in the cell. The formula is below:
> =SUMIF($E$401:$E$598, E399, $B$401:$B$598)


custom format:
0.00;-0.00;


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
 
Reply With Quote
 
Mike Copeland
Guest
Posts: n/a
 
      6th Jul 2011
> > How do I (blank) suppress a subtotal value that I have formatted as
> > 0.00? Using #.## leaves the "." in the cell. The formula is below:
> > =SUMIF($E$401:$E$598, E399, $B$401:$B$598)

>
> custom format:
> 0.00;-0.00;
>

Perfect! Thanks, Claus. 8<}}
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Chart suppression of zero's =?Utf-8?B?bmNhbHBhcGVyYm95?= Microsoft Excel Charting 2 22nd May 2007 03:00 PM
Zero Suppression =?Utf-8?B?SXJlbmU=?= Microsoft Excel Misc 4 24th Jun 2005 10:21 PM
Zero suppression. =?Utf-8?B?Vmlja3k=?= Microsoft Excel Misc 2 3rd Jun 2004 05:54 AM
XmlSerializer - suppression Raghu Microsoft C# .NET 5 20th Mar 2004 03:40 PM
Re: Header Suppression Suzanne S. Barnhill Microsoft Word Document Management 0 11th Mar 2004 12:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:51 AM.