Index Match Function

awiley1

New Member
Joined
Jun 16, 2023
Messages
4
Morning.

Im trying to setup a very simple index match function, but seem to be running into snags. I have two sheets. Sheet #1 has assigned person column A and account number column D.

Sheet 2 is new info. I have account number, but would like to quickly populate column A with assigned person.

The formula I was using was =INDEX(Sheet1!A:A,MATCH(Sheet2!E2,Sheet1!D:D,0))

Getting errors, tried variations, and searched here. Hoping a expert can assist. Thank you tons.
 

Attachments

  • Sheet 1.PNG
    Sheet 1.PNG
    25 KB · Views: 8
  • Sheet 2.PNG
    Sheet 2.PNG
    19.1 KB · Views: 8

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
It looks as though the account numbers on Sheet1 are text & on sheet2 are numbers, so try
Excel Formula:
=INDEX(Sheet1!A:A,MATCH(E2&"",Sheet1!D:D,0))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,225,467
Messages
6,185,160
Members
453,281
Latest member
shantor

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