Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Median of an Array

I have been trying to calculate the median of a set of data with two
stipulations. The first being that the cell in column T must be equal
to 0.1. The 2nd stipulation is that the cell in column M must be
greater that 0 but smaller than 100. If both of those statements can
be deemed true, I want to calculate the median of those rows in column
M. This database contains 91 entries.

The current formula that I have looks like this:

{=MEDIAN(IF(AND(T9:T100=0.1, M9:M100<100),M9:M100,""))}

I am currently getting a #value error.

Please help me!!

Any feedback would be greatly appreciated.

Thanks in advance,

Kris Taylor
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Median of an Array

{=MEDIAN(IF((T9:T100=0.1)*( M9:M100<100),M9:M100))}

--
Regards,
Tom Ogilvy


Kris Taylor wrote in message
m...
I have been trying to calculate the median of a set of data with two
stipulations. The first being that the cell in column T must be equal
to 0.1. The 2nd stipulation is that the cell in column M must be
greater that 0 but smaller than 100. If both of those statements can
be deemed true, I want to calculate the median of those rows in column
M. This database contains 91 entries.

The current formula that I have looks like this:

{=MEDIAN(IF(AND(T9:T100=0.1, M9:M100<100),M9:M100,""))}

I am currently getting a #value error.

Please help me!!

Any feedback would be greatly appreciated.

Thanks in advance,

Kris Taylor



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
Median Array [email protected] Excel Worksheet Functions 4 April 9th 08 01:34 PM
Calculating Median Value in a large array willcozz Excel Discussion (Misc queries) 5 December 11th 06 10:21 PM
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
Median array formula Ciara Excel Worksheet Functions 1 October 4th 06 10:55 AM
MEDIAN() as array function? Henrik Excel Worksheet Functions 6 October 11th 05 11:35 PM


All times are GMT +1. The time now is 10:38 AM.

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"