Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear all,
I have a formula "=sum(a1:a4)" at cell a5, normally it will display a "0" when cells a1 to a4 are all blank. How can I hide this "0"? Thanks Turk |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Trap it with and IF, eg use instead in A5:
=IF(SUM(A1:A4)=0,"",SUM(A1:A4)) Alternatively, perhaps better, we can easily suppress the display of zeros in the sheet via clicking: Tools Options View tab Uncheck "Zero values" OK -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Turk" wrote: Dear all, I have a formula "=sum(a1:a4)" at cell a5, normally it will display a "0" when cells a1 to a4 are all blank. How can I hide this "0"? Thanks Turk |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You could format it
0;-0;; You could use Conditional Formatting to set the font to white for a zero value or you could suppress zeros, ToolsOptionsView and uncheck Zero values -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Max" wrote in message ... Trap it with and IF, eg use instead in A5: =IF(SUM(A1:A4)=0,"",SUM(A1:A4)) Alternatively, perhaps better, we can easily suppress the display of zeros in the sheet via clicking: Tools Options View tab Uncheck "Zero values" OK -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Turk" wrote: Dear all, I have a formula "=sum(a1:a4)" at cell a5, normally it will display a "0" when cells a1 to a4 are all blank. How can I hide this "0"? Thanks Turk |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try something like
=if(countblank(A1:A4)=4,"",sum(A1:A4)) this will let you have a sum of zero if a zero is actually in one of the cells. "Turk" wrote: Dear all, I have a formula "=sum(a1:a4)" at cell a5, normally it will display a "0" when cells a1 to a4 are all blank. How can I hide this "0"? Thanks Turk |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Download ASAP utilities from the ASAP web site... It is a free addin
"Turk" wrote in message ... Dear all, I have a formula "=sum(a1:a4)" at cell a5, normally it will display a "0" when cells a1 to a4 are all blank. How can I hide this "0"? Thanks Turk |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I got it, thank you all~~
Turk "MIchel Khennafi" ¼¶¼g©ó¶l¥ó·s»D ... Download ASAP utilities from the ASAP web site... It is a free addin "Turk" wrote in message ... Dear all, I have a formula "=sum(a1:a4)" at cell a5, normally it will display a "0" when cells a1 to a4 are all blank. How can I hide this "0"? Thanks Turk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
resetting last cell | Excel Discussion (Misc queries) | |||
Instead of a negative number, I'd like to show zero... | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
up to 7 functions? | Excel Worksheet Functions |