Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Suppression | Excel Worksheet Functions | |||
Concatenate with gap suppression! | Excel Discussion (Misc queries) | |||
Chart suppression of zero's | Charts and Charting in Excel | |||
zero suppression on opening .xls file | Setting up and Configuration of Excel | |||
Zero Suppression | Excel Discussion (Misc queries) |