Index and Match across two sheets

albert4x4

New Member
Joined
Oct 12, 2015
Messages
1
This should be simple but I'm stuck for days and spent 8 hrs on this today alone. Q1 I would like to look up the number of games played on Sheet 2 in column A for the correct first and last name and place it in Sheet 1 column D. I tried =IF($A3=0,"",INDEX('Court 1'!$A$3:$A$100,MATCH($A3&$B3,'Court 1'!$E$3:$E$100&'Court 1'!$F$3:$F$100,0))) but I get a #value error. Q2 I would do this for the average % Sheet 2 in column B to place in Sheet 1 column E for the correct name. This is what I have so far =IF($A3=0,"",INDEX('Court 1'!$B$3:$B$103,MATCH($A3&$B3,'Court 1'!$E$3:$E$103&'Court 1'!$F$3:$F$103,0))) with the same error. Ideally he column is should accommodate 1000 entries and I need to do this for 50 sheets “courts’

Q3 I would like the values of Sheet 1 Column C to show on Sheet 2 Column D for the corresponding names. I will need to do this for Sheets 2 thru 50.

Can I do this with short calculating times say under 5 seconds. This will have to install and run on many different computers. Thank You in advance. Albert


Sheet 1 'Sort Here'

ABCDEFG
1Start#G’sCourt 1#G’sCourt 2
2First NameLast NameCourtAv%Ave %
3BillH3
4BillD1
5AlbertP2
6JaneE10

<tbody>
</tbody>

Sheet 2 ‘Court 1’

ABCDEF
1T#G’sAvg%RankStartFirstLast
2CourtNameName
32554.34%8AlbertP
47575.23%5BillD
58Bill H

<tbody>
</tbody>

PS

I did get it working on another workbook with Braces around the whole formula {=IF($A3=0,"",INDEX('Court 1'!$B$3:$B$103,MATCH($A3&$B3,'Court 1'!$E$3:$E$103&'Court 1'!$F$3:$F$103,0)))} but the strange part is if I click on the formula without changing a thing they disappear and it returns the same error and still errors if I put them back in. Also very long save, sort or calculate time, 1min 12 sec to sort 42 entries on sheet 1 and 11 sec on sheet 2
 
Last edited:

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,223,099
Messages
6,170,114
Members
452,302
Latest member
TaMere

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