View Single Post
  #1   Report Post  
grano2
 
Posts: n/a
Default How to hide unused cells when running accumulated totals

I am running 2 columns to do accumulated totals. I have a formula such as
this: Cell b2 = a2+b1,
Cell c2 = b2+c1 ect.
I want to hide the accumulated totals until the cell in column one gets a
value. How can I accomplish this?
Thanks
grano2