Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Example: I have a column of numbers I want to add E2:E20 with the total in
E21. If there are no numbers in E2-E20, how can I make E21 to be blank instead of showing a zero? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way ..
In E21: =IF(COUNT(E2:E20),SUM(E2:E20),"") -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Vi" wrote: Example: I have a column of numbers I want to add E2:E20 with the total in E21. If there are no numbers in E2-E20, how can I make E21 to be blank instead of showing a zero? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this in E21
=IF(SUM(E1:E20)0,SUM(E1:E20),"") Mike "Vi" wrote: Example: I have a column of numbers I want to add E2:E20 with the total in E21. If there are no numbers in E2-E20, how can I make E21 to be blank instead of showing a zero? Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks - it works.
"Vi" wrote: Example: I have a column of numbers I want to add E2:E20 with the total in E21. If there are no numbers in E2-E20, how can I make E21 to be blank instead of showing a zero? Thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks - it works
"Mike H" wrote: Try this in E21 =IF(SUM(E1:E20)0,SUM(E1:E20),"") Mike "Vi" wrote: Example: I have a column of numbers I want to add E2:E20 with the total in E21. If there are no numbers in E2-E20, how can I make E21 to be blank instead of showing a zero? Thanks |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Admit I'm surprised you say it works, as that's not exactly what you asked
for, viz: .. If there are no numbers in E2-E20, how can I make E21 to be blank instead of showing a zero? -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Vi" wrote in message ... Thanks - it works "Mike H" wrote: Try this in E21 =IF(SUM(E1:E20)0,SUM(E1:E20),"") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When I have a formula in a cell, how can I make it come up blank? | Excel Discussion (Misc queries) | |||
How to leave a formula cell blank when it has no calculation to make | Excel Discussion (Misc queries) | |||
Need formula to retrieve last non-blank cell in range | Excel Discussion (Misc queries) | |||
Return cell adress for next non-blank cell in a range | Excel Worksheet Functions | |||
Help with formula to make cell blank | Excel Worksheet Functions |