View Single Post
  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

SUBTOTAL in 2003 will work for manually hiiden rows as well

=SUBTOTAL(109,Range)

for hidden rows

=SUBTOTAL(3,Range)

for filtered rows

Regards,

Peo Sjoblom

"Frank Kabel" wrote:

Hi
only possible with VBA.
SUBTOTAL would work if you would hide rows with a filter

--
Regards
Frank Kabel
Frankfurt, Germany

"Todd" schrieb im Newsbeitrag
...
I have a worksheet with many hidden columns. The columns I hide keep
changing. Is there a way to have column totals adjust to sum only

the
columns showing?

TIA

Todd