View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Auto Filter - Add visible cells

Try

=SUBTOTAL(109,A7:A117)

Mike

"Doobrifurkin" wrote:

Hi,
I have a list containing numerical and text values. I have applied an auto
filter and would like to place a formula that adds up these values of the
visible cells only. I have used SUBTOTAL(3,A7:A117) for example, but this
adds up all the cells, not this filtered visible ones as I would like.
Can you help?
Thanks
Wayne