View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Charlie[_10_] Charlie[_10_] is offline
external usenet poster
 
Posts: 2
Default counting filtered rows ...

Thanks for your solution.

Charlie

"KL" schreef in bericht
...
Hi Charlie,

Try this:
=SUBTOTAL(9,E:E)

Regards,
KL

"Charlie" wrote in message
l...
- you can sum a total of several rows : sum(e:e)
- but when I apply a filter I need the sum to be changed (counting only
the visible rows)

Any ideas,

Thanks,
Carl