INDEX and MATCH formula

gemmy_85

New Member
Joined
Jun 10, 2019
Messages
3
I need help creating a formula to look up values in order in the rank column in the table on the right, and pullover the Group A country onto the table to the left.

The idea is that I hide the table to the right that is calculating scores based on another area in my spreadsheet, and I will use the one on the left (which will sort the data out automatically and arrange the data in order of points scored).


Group AGPWDLGFGAGDPTSGroup AGPWDLGFGAGDPTSRank
########################FranceKorea4:0France31204045499960004
########################NorwayNigeria3:0Korea302104-42200040000
########################NigeriaKorea:Norway31203035499970003
########################FranceNorway:Nigeria302103-32200030000
NigeriaFrance:
KoreaNorway:

<tbody>
</tbody>
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Re: Help with INDEX and MATCH formula

I need help creating a formula to look up values in order in the rank column in the table on the right, and pullover the Group A country onto the table to the left.

The idea is that I hide the table to the right that is calculating scores based on another area in my spreadsheet, and I will use the one on the left (which will sort the data out automatically and arrange the data in order of points scored).


Group AGPWDLGFGAGDPTSGroup AGPWDLGFGAGDPTSRank
########################FranceKorea4:0France31204045499960004
########################NorwayNigeria3:0Korea302104-42200040000
########################NigeriaKorea:Norway31203035499970003
########################FranceNorway:Nigeria302103-32200030000
NigeriaFrance:
KoreaNorway:

<tbody>
</tbody>

Use a vlookup to populate all the information to the left side, vlookup will look based on the country in the left side, and assign the same values from the right table, based on whatever column you want to pull
 
Upvote 0
Re: Help with INDEX and MATCH formula

Thanks but I need it to lookup the country as well as put the table in order of rank, so whilst the table on the right (will be hidden) works out the calculations, the table on the left shows them in order of rank (worked out automatically based on an index match formula but I just can't seem to get it right?)
 
Upvote 0
Re: Help with INDEX and MATCH formula

Thanks but I need it to lookup the country as well as put the table in order of rank, so whilst the table on the right (will be hidden) works out the calculations, the table on the left shows them in order of rank (worked out automatically based on an index match formula but I just can't seem to get it right?)

You can sort the list on the left to rank it, or you can just make a pivot table of the information you need using the table on the right and sort it by ranking
And then you can just refresh it as you need to
To get the pivot table to show like this, you have to go to
Design -> Report Layout -> Show in tabular Form
Design -> Report Layout -> Repeat All item labels
Design -> Subtotals -> Do not show Subtotals


Group AGPWDLGFGAGDPTSRank
Nigeria302103-32200030000
Korea302104-42200040000
France31204045499960004
Norway31203035499970003

<tbody>
</tbody>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,578
Members
449,174
Latest member
chandan4057

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