Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Auto Filter - Calculating Median

Say i want to auto filter a file that has 10 columns of data. I want to
filter by three -five different columns and i want to calculate the median,
max, and min of the remaining information only. How would i go about that?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Auto Filter - Calculating Median

Hi John

For the Max and Min there is a built in function - Subtotal.

Say your data you want to find the max and Min for is in column H
=SUBTOTAL(5,H:H) will give the Min of the visible cells in column H
=SUBTOTAL(4,H:H) will give the Max of the visible cells in column H
(In both cases, I am assuming the formula is not entered in column H itself.
If it is an inserted row above your header in column H, then you would have
to make the range H3:Hxxxxx)

Average uses 1 as the parameter in Subtotal, but there is no parameter for
Median.
--

Regards
Roger Govier

"John Y" <John wrote in message
...
Say i want to auto filter a file that has 10 columns of data. I want to
filter by three -five different columns and i want to calculate the
median,
max, and min of the remaining information only. How would i go about
that?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I auto refresh a column that has an auto filter in place Pastal Excel Discussion (Misc queries) 1 December 18th 07 11:43 AM
calculating median and mode russelmiller Excel Worksheet Functions 5 November 27th 07 10:16 PM
Auto Number the Rows of Auto Filter Result ashish128 Excel Discussion (Misc queries) 3 April 29th 07 06:41 PM
Calculating Median Value in a large array willcozz Excel Discussion (Misc queries) 5 December 11th 06 10:21 PM
Excel auto filter doesn't recoginize case - won't filter AA from A Mikey Excel Discussion (Misc queries) 1 September 29th 05 08:18 PM


All times are GMT +1. The time now is 03:25 PM.

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

About Us

"It's about Microsoft Excel"