Indirect Index with multiple match (Indirect on same sheet, i'll explain)

AndyJR

Board Regular
Joined
Jun 20, 2015
Messages
90
Happy New year !!!

Hi My friends, this time i need a formula that may most of you know.

Yes, i know the conventional Index/match/ formula with Indirect from/to another sheet. but this time is lil bit different. this is what i need to achieve:

On a Single sheet
On A1:J1 <-- numbered from 1 to 10
On A50:J50 <-- each Cell contain 3 digits: e.i 000,010,222..
On A51:J51 <-- each cell contain scores

Note: Via Macro is added 2 rows So Row A20:J20 and A21:J21 Scroll down 1 row, and the new data is entered on Empty row 20 and 21 (via macro as well)

Because A20:J21 move 1 row, i need to use INDIRECT (to keep at least 10 values on archive )
This is the Actual data :

A1:J112345678910
A20:J20000001021200100000020211001001
A21:J212311121133

<tbody>
</tbody>

Then I need to Index Match The Numbers (A1:J1) that match the 3 Digits (A20:J20) and Indexed from most to least by the Score (A21:J21)

I need to Start coping the numbers and formulas on
AA2:AJ2 (numbers)
AA3:AJ3 (3 digits)
AA4:AJ4 (Score <- everything indexed by Most to least Score)

Example : of the desired output

AA2:AJ2 2 9 10 1 6 7 3 5 4 8
AA3:AJ3001 001001000000020021100200211
AA4:AJ4 3 3 3 2 2 2 1 1 1 1

<tbody>
</tbody>


Thanks !!!
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,214,591
Messages
6,120,427
Members
448,961
Latest member
nzskater

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