ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Blank Suppression (https://www.excelbanter.com/excel-discussion-misc-queries/270544-blank-suppression.html)

Mike Copeland

Blank Suppression
 
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

GS[_2_]

Blank Suppression
 
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



Claus Busch

Blank Suppression
 
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

Mike Copeland

Blank Suppression
 
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<}}


All times are GMT +1. The time now is 01:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com