Thread: Hiding Zeros
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_5_] Jim Thomlinson[_5_] is offline
external usenet poster
 
Posts: 486
Default Hiding Zeros

=if(T9 = "", "",SUM(T9:Z9))
--
HTH...

Jim Thomlinson


"Michael Koerner" wrote:

In cell C13 I have =SUM(T9:Z9) Cell C13 displays a zero (0) if there is
nothing in cell T9. How do code the sum statement in C13 to be blank unless
there is a value in T9?

--

Regards
Michael Koerner