Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default Suppress Zero

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Suppress Zero

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 989
Default Suppress Zero

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Suppress PopUp Shell Excel Discussion (Misc queries) 4 December 18th 09 07:10 PM
Suppress a row DCN Excel Worksheet Functions 2 January 22nd 07 07:16 PM
Suppress File Name Francis Ang[_3_] Excel Programming 6 January 2nd 05 01:23 PM
suppress warnings Claude Excel Programming 2 April 21st 04 12:57 PM
How to suppress Time ? Milind Excel Programming 2 September 14th 03 01:36 AM


All times are GMT +1. The time now is 04:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"