Index Match - wrong results

Fi_83

New Member
Joined
May 22, 2020
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Looking for help – my mistake must be something simple, but I cant figure out why my formula results are wrong, and need someone to run their eye over it please :)



I have created a summary sheet to show user grades from various courses completed.
Formula on CA column is =INDEX('HS 2020 Course'!$AE$6:$AE$10,MATCH($E6,'HS 2020 Course'!$C$6:$C$10))
example 1.PNG


The grades are on the separate sheet in same excel document. This one called "HS 2020 Course" I am using email address to match my data as the names are not always an reliable match.
example 2.PNG


Thanks!!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
try
=INDEX('HS 2020 Course'!$AE$6:$AE$10,MATCH($E6,'HS 2020 Course'!$C$6:$C$10,0))

Otherwise you are looking for an approximate match.
 
Upvote 0
Another option if you have XLOOKUP (it has exact match as its default)

=XLOOKUP(E6,'HS 2020 Course'!$C$6:$C$10,'HS 2020 Course'!$AE$6:$AE$10)
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,011
Members
448,935
Latest member
ijat

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