View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peter Trumbo Peter Trumbo is offline
external usenet poster
 
Posts: 1
Default Summing only #'s on unhidden columns

Assume cells B1, C1 and D1 have 5's in them and that I hide column C. I am
trying to figure out how to sum B1:d1 and get the answer 10. When I try to
use the =subtotal(109,b1:d1) function it returns the answer 15.

Subtotal(109,x:y) works to add only shown rows but it doesn't seem to work
on column sums.

Does anybody have a suggestion.

Thanks

Peter