View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default zeroing cell values in a collapsed group

I guess that you want it so the hidden values are not included in th
total. If you use =SUBTOTAL(9,"A1:A100") instead of =SUM() this will d
the job. You might even be able to use Data/Subtotals to set this up

--
Message posted from http://www.ExcelForum.com