M
Matt_2K
I am making a results table for pool games.
I've got it to calculate the points (3 for a win) and (take 1 for
loss) but I want it to show the players name that has the most points
It's layed out like this
--------------Points
Player1------ 1
Player2------ 4
Player3------ 3
I would want it to show Player2 in the cell.
I have used sumif to find all the winning games, then i've times tha
cell by 3 to get the points, ive also used sumif to find all the usin
games, and then i've taken it away. This shows the number in the point
box. I need to find the row with the biggest number, and then displa
the cell to the left of it.
Does anyone know how I would do this?
Thank
I've got it to calculate the points (3 for a win) and (take 1 for
loss) but I want it to show the players name that has the most points
It's layed out like this
--------------Points
Player1------ 1
Player2------ 4
Player3------ 3
I would want it to show Player2 in the cell.
I have used sumif to find all the winning games, then i've times tha
cell by 3 to get the points, ive also used sumif to find all the usin
games, and then i've taken it away. This shows the number in the point
box. I need to find the row with the biggest number, and then displa
the cell to the left of it.
Does anyone know how I would do this?
Thank