Need to show standings

Lynxiana

New Member
Joined
Mar 30, 2011
Messages
1
2007.
Noob

I have ten seperate and different colored tables with 3 cells each:
Player #, Name, and Points.

I want a new table to display 30 cells:
Position, Name, and Points.

Obviously, I want the new table to be dynamic and have the Name and Point cells (as well as their respective cell colors) to change based on what position the player is at, as determined by how many points they have.
Just like a standings table in a newspaper.

For example:
A C E
1 Plyr1 Plyr2 Plyr 3
2 Joe Bob Matt
3 4 2 7


I want:
G H I
4 1st Matt 7
5 2nd Joe 4
6 3rd Bob 2

-with columns H & I changing (cell colors as well) as I change the values of row 3.
Is this possible?

Thanks in advance!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
624Immagine.jpg


Correct I5 as:
IF(A3:E3<I4,A3:E3)<?XML:NAMESPACE PREFIX = I4,A3 /><I4,A3:E3)< p></I4,A3:E3)<>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

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