View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default How can i get a sum of the data filtered in a pivot table

To only sum visible data:
=SUBTOTAL(9,A2:A100)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"tarabull" wrote:

Is there any way to automatically update a sum based on the data showing when
filtered?