Formula to find 3 winners using 3 columns of data

kdlenort

Board Regular
Joined
May 17, 2010
Messages
102
Office Version
  1. 2013
Platform
  1. Windows
I am trying to create a formula to find the winners of a tournament based on how many wins (column C), the winners score (column D) and the opponents score (column E).

The team numbers are listed in column A.
The players are listed in column B.

1 Larry/Tom 4 59 63
2 Terry/Dolan 3 66 59
3 Nick/Travis 5 69 52
4 James/Brent 5 64 61
5 Jay/George 2 50 66
6 Chris/Jordan 3 61 58
7 Del/Shawn 2 52 68
8 Kyle/Matt 4 61 55

Winners should be:
1. Team 3 with 5 wins and 69 points
2. Team 4 with 5 wins and 64 points
3. Team 8 with 4 wins and 61 points

I'm thinking possibly indexing but not sure how.

Any help is appreciated!


Thanks!!
 
instead of hardcode the 1 in the formula,

you could also refer to a row or column =>row() or column()

that could be handy if you need to copy the formula.
 
Upvote 0

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Forum statistics

Threads
1,223,912
Messages
6,175,348
Members
452,638
Latest member
Oluwabukunmi

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