Pilot needs help for personal project!

acsr93

New Member
Joined
Jul 29, 2019
Messages
2
Hi I had made a cool post asking for help but it got deleted so Im going straight to the point.
I have an excel and In Column B I have the name of different race car drivers. In columns C and D I have their ranked position in practice 1 (C) and practice 2 (D). In column E I have their rank averaged and in column F I was able to use the rank formula and It tells me based on their average there rank. But I would like it to appear in a seperate column (lets call it H) for the rank to be displayed with value and there corresponding name? I suck at excel please help!
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
The formula in F reviews a tiebreaker.
In column H write the numbers from 1 to 6.
The formula in column I to put the name.


<table border="1" cellspacing="0" style="font-family:Calibri,Arial; font-size:11pt; background-color:#ffffff; "> <colgroup><col style="font-weight:bold; width:30px; " /><col style="width:76.04px;" /><col style="width:76.04px;" /><col style="width:76.04px;" /><col style="width:76.04px;" /><col style="width:76.04px;" /><col style="width:76.04px;" /><col style="width:76.04px;" /><col style="width:76.04px;" /><col style="width:76.04px;" /></colgroup><tr style="background-color:#cacaca; text-align:center; font-weight:bold; font-size:8pt; "><td > </td><td >A</td><td >B</td><td >C</td><td >D</td><td >E</td><td >F</td><td >G</td><td >H</td><td >I</td></tr><tr style="height:19px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >1</td><td > </td><td >Name</td><td >Practice 1</td><td >Practice 2</td><td >Average</td><td >Rank</td><td > </td><td >Rank</td><td >Name</td></tr><tr style="height:19px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >2</td><td > </td><td >Alan</td><td style="text-align:right; ">1</td><td style="text-align:right; ">5</td><td style="text-align:right; ">3</td><td style="text-align:right; ">3</td><td > </td><td style="text-align:right; ">1</td><td >Mike</td></tr><tr style="height:19px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >3</td><td > </td><td >Mike</td><td style="text-align:right; ">3</td><td style="text-align:right; ">1</td><td style="text-align:right; ">2</td><td style="text-align:right; ">1</td><td > </td><td style="text-align:right; ">2</td><td >Nelson</td></tr><tr style="height:19px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >4</td><td > </td><td >Ayrton</td><td style="text-align:right; ">4</td><td style="text-align:right; ">3</td><td style="text-align:right; ">3.5</td><td style="text-align:right; ">4</td><td > </td><td style="text-align:right; ">3</td><td >Alan</td></tr><tr style="height:19px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >5</td><td > </td><td >Nelson</td><td style="text-align:right; ">2</td><td style="text-align:right; ">2</td><td style="text-align:right; ">2</td><td style="text-align:right; ">2</td><td > </td><td style="text-align:right; ">4</td><td >Ayrton</td></tr><tr style="height:19px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >6</td><td > </td><td >John</td><td style="text-align:right; ">5</td><td style="text-align:right; ">6</td><td style="text-align:right; ">5.5</td><td style="text-align:right; ">6</td><td > </td><td style="text-align:right; ">5</td><td >Nick</td></tr><tr style="height:19px ;" ><td style="font-size:8pt; background-color:#cacaca; text-align:center; " >7</td><td > </td><td >Nick</td><td style="text-align:right; ">6</td><td style="text-align:right; ">4</td><td style="text-align:right; ">5</td><td style="text-align:right; ">5</td><td > </td><td style="text-align:right; ">6</td><td >John</td></tr></table><br /><table style="font-family:Arial; font-size:10pt; border-style: groove ;border-color:#00ff00;background-color:#fffcf9; color:#000000; "><tr><td ><b></b></td></tr><tr><td ><table border = "1" cellspacing="0" cellpadding="2" style="font-family:Arial; font-size:9pt;"><tr style="background-color:#cacaca; font-size:10pt;"><td >Cell</td><td >Formula</td></tr><tr><td >F2</td><td >=COUNTIF($E$2:$E$7,"<"&E2)+COUNTIF(E$2:E2,E2)</td></tr><tr><td >I2</td><td >=INDEX($B$2:$B$7,MATCH(H2,$F$2:$F$7,0))</td></tr></table></td></tr></table>
 
Upvote 0

Forum statistics

Threads
1,226,695
Messages
6,192,478
Members
453,727
Latest member
tuong_ng89

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