top rated formula

thebeans

Board Regular
Joined
Mar 20, 2016
Messages
87
hi all
what I have is a set of horse racing races with some ratings.(column H)for each race I wont to know which horse is top rated(column H which are green filled).at the moment I can work out the top rated from 1 race at a time with =IF(H5=MAX($H$5:$H$11),"MAX1",""). but what I would like to happen is to try and get it to work out all the races,as I have to do all the races 1 by 1.is this possible at all
thanks richard

Book3 - Jumpshare
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Re: top rated formula help

hi all
what I have is a set of horse racing races with some ratings.(column H)for each race I wont to know which horse is top rated(column H which are green filled).at the moment I can work out the top rated from 1 race at a time with =IF(H5=MAX($H$5:$H$11),"MAX1",""). but what I would like to happen is to try and get it to work out all the races,as I have to do all the races 1 by 1.is this possible at all
thanks richard

Book3 - Jumpshare


J2=IF(ISNUMBER(SEARCH("Race",A2)),A2,J1)
K2=IF($H2=MAX(IF(($J$2:$J$221=J2)*(ISNUMBER($H$2:$H$221)),$H$2:$H$221,"")),"Max","") press CTRL+SHIFT+ENTER
 
Upvote 0
Re: top rated formula help

hi thanks for the response. column J is just showing the formula and column K iam not getting anything when that is copyed and pasted down
thanks richard
 
Upvote 0
Re: top rated formula help

hi thanks for the response. column J is just showing the formula and column K iam not getting anything when that is copyed and pasted down
thanks richard

it seems your column J is formatted as Text, change it to General, then re-enter the formula..
 
Upvote 0
Re: top rated formula help

thanks jarjarbingie you was right that was my fault. my column K is showing up with nothing, not sure why
 
Upvote 0
Re: top rated formula help

Using just a single column, try this in J5, copied down.

Excel Workbook
DEFGHIJ
1
2
3
4JockeyBarPrizeOddsFinal Ratingfinished place
5A Lynch1582551.00-5.7 
6N Callow3159151.7023.21stMax
7B Thornton9377531.00-4.4
8J Noonan738256.5019.3
9J Bayliss6367519.0018.6
10R Leod569253.1010.12nd
11J Beriman2272510.008.73rd
12
13
14JockeyBarPrizeOddsFinal Rating
15A Lynch10430061.00-3.1
16B Werner7663023.000.5
17C Symons11112581.003.1
18C Caserta5026.00
19N Callow4475013.004.2
20B Allen8108101.7530.31stMax
21J Neil114755.009
22J Bates916006.0020.32nd
23J Bayliss6170014.00-52.9
24W Egan3016.00
25A Mallyon2157526.005.53rd
26
27
28JockeyBarPrizeOddsFinal Rating
29J Mott51043527.83rdMax
30B Stockdale85840-5.2
Sheet5
 
Upvote 0
Re: top rated formula help

thanks peter that is excellent,you have saved me lots of time.there is one little problem and that is if there is no jockey column D it puts another max in,but i can live with that
thanks again richard
 
Upvote 0
Re: top rated formula help

thanks peter that is excellent,you have saved me lots of time.
You are welcome.

there is one little problem and that is if there is no jockey column D it puts another max in,
Is there another column that has at least one empty row between races and always has a value (eg Horse or Bar or Odds) even if there is no jockey? If so, use that column where I have used "D" in my formula.
 
Upvote 0
Re: top rated formula help

thanks peter that is excellent,you have saved me lots of time.there is one little problem and that is if there is no jockey column D it puts another max in,but i can live with that
thanks again richard
is there a way to make it count Max1,Max2 and soo on
thanks richard
 
Upvote 0

Forum statistics

Threads
1,223,712
Messages
6,174,031
Members
452,542
Latest member
Bricklin

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