Adding A Column for a Median Rating

Dmcl

New Member
Joined
Aug 24, 2020
Messages
2
Office Version
  1. 2010
Platform
  1. Windows
  2. Mobile
Hi, I have a sheet with a full days horse racing on it. The sheet has many columns of data. One column is for the Official Rating of each runner (OR). What I would like to do is add column with a Median Rating for each race based on the OR of each runner. I have really hit a wall in trying to achieve this without going through each race on the sheet and adding it manually. Would anyone be able to help with a formula to do this? Hope it makes sense. Thanks
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Without a visual example of your data layout an accurate formula is impossible, the principle would be an array formula something like

=MEDIAN(IF(A$2:A$200=A2,B$2:B$200))

Array confirmed with Ctrl Shift Enter, where A2:A200 contains the list of runner names and B2:B200 contains the official ratings.
 
Upvote 0

Forum statistics

Threads
1,215,032
Messages
6,122,770
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top