Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I was wondering if it were possible to suppress or hide the zero in an auto sum formula, when there are no values entered in the range? To take it one step further, would it be possible to delay the calculation until the User selected the cell with the auto sum formula? This is purely for aesthetic reasons and more of a curiosity than anything else. Thanks. Mark |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Somthing like the below
=IF(SUM(A1:A10)=0,"",SUM(A1:A10)) If this post helps click Yes --------------- Jacob Skaria "Mark" wrote: Hi, I was wondering if it were possible to suppress or hide the zero in an auto sum formula, when there are no values entered in the range? To take it one step further, would it be possible to delay the calculation until the User selected the cell with the auto sum formula? This is purely for aesthetic reasons and more of a curiosity than anything else. Thanks. Mark |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Jacob. It worked great!
Mark "Jacob Skaria" wrote: Somthing like the below =IF(SUM(A1:A10)=0,"",SUM(A1:A10)) If this post helps click Yes --------------- Jacob Skaria "Mark" wrote: Hi, I was wondering if it were possible to suppress or hide the zero in an auto sum formula, when there are no values entered in the range? To take it one step further, would it be possible to delay the calculation until the User selected the cell with the auto sum formula? This is purely for aesthetic reasons and more of a curiosity than anything else. Thanks. Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Suppress PopUp | Excel Discussion (Misc queries) | |||
Suppress a row | Excel Worksheet Functions | |||
Suppress File Name | Excel Programming | |||
suppress warnings | Excel Programming | |||
How to suppress Time ? | Excel Programming |