A
ac
Anybody know how to do it in Excel?
....vezerid said:=(SUMPRODUCT(A2:A11*(A2:A11=MAX(IF(A2:A11<=MEDIAN(A2:A11),A2:A11))))
+SUMPRODUCT(A2:A11*(A2:A11=MIN(IF(A2:A11>=MEDIAN(A2:A11),A2:A11)))))/
(SUMPRODUCT(--(A2:A11=MAX(IF(A2:A11<=MEDIAN(A2:A11),A2:A11))))
+SUMPRODUCT(--(A2:A11=MIN(IF(A2:A11>=MEDIAN(A2:A11),A2:A11)))))
...>=(SUMPRODUCT(A2:A11*(A2:A11=MAX(IF(A2:A11<=MEDIAN(A2:A11),A2:A11))))
...
Or
=AVERAGE(IF((A2:A11=MAX(IF(A2:A11<=MEDIAN(A2:A11),A2:A11)))
+(A2:A11=MIN(IF(A2:A11>=MEDIAN(A2:A11),A2:A11))),A2:A11))
....ac said:Thanks. I should have been more specific. I have a column of weights and a
column of data. I want the weighted median of the data. Is there a way to do
this using the separate range of weights?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.