A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Averaging Data continuously when using Filter function - Need Help



 
 
Thread Tools Display Modes
  #1  
Old May 18th, 2009, 05:34 PM posted to microsoft.public.excel.misc
mgray
external usenet poster
 
Posts: 4
Default Averaging Data continuously when using Filter function - Need Help

Need formula to average column of numbers as is, and as they will be as I
sort by using the Filter.


I can do this for total counts using the =Subtotal(9,xx:xx) function but
can't figure out how to do it for averages.

Much appreciation!
--
MGray
  #2  
Old May 18th, 2009, 05:40 PM posted to microsoft.public.excel.misc
T. Valko
external usenet poster
 
Posts: 15,759
Default Averaging Data continuously when using Filter function - Need Help

=Subtotal(9,xx:xx)

Replace the 9 with a 1 to get the average. See help on the SUBTOTAL function
for the list of index numbers and their meaning.

--
Biff
Microsoft Excel MVP


"MGray" wrote in message
...
Need formula to average column of numbers as is, and as they will be as I
sort by using the Filter.


I can do this for total counts using the =Subtotal(9,xx:xx) function but
can't figure out how to do it for averages.

Much appreciation!
--
MGray



  #3  
Old May 18th, 2009, 05:44 PM posted to microsoft.public.excel.misc
Sheeloo
external usenet poster
 
Posts: 797
Default Averaging Data continuously when using Filter function - Need Help

Use 1 (to include hidden values) or 101 (to exclude hidden values) instead of
9 to get average...
Filtered values are always excluded.

Look in Help for subtotal for details.

"MGray" wrote:

Need formula to average column of numbers as is, and as they will be as I
sort by using the Filter.


I can do this for total counts using the =Subtotal(9,xx:xx) function but
can't figure out how to do it for averages.

Much appreciation!
--
MGray

  #4  
Old May 18th, 2009, 05:45 PM posted to microsoft.public.excel.misc
Luke M
external usenet poster
 
Posts: 2,672
Default Averaging Data continuously when using Filter function - Need Help

Use the average function number.

=SUBTOTAL(1,xx:xx)

Note that function #9 is sum, not count (#2).
--
Best Regards,

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


"MGray" wrote:

Need formula to average column of numbers as is, and as they will be as I
sort by using the Filter.


I can do this for total counts using the =Subtotal(9,xx:xx) function but
can't figure out how to do it for averages.

Much appreciation!
--
MGray

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:11 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.