Formula Help - Index Match

akvpv6

New Member
Joined
May 1, 2023
Messages
25
Office Version
  1. 365
Platform
  1. Windows
Happy Wednesday,

I am looking for a formula that will auto-fill the Goal for a User ID when their name is selected from a drop down list. On the attached image you will see I have a table with Person 1-7 and their goal and a table to the right.

I want to insert a formula in the Goal column that will automatically pull in the persons goal from the table. (for example if I select Person 1 from the drop down then the goal would populate with 18)

Thank you!
 

Attachments

  • Excel1.PNG
    Excel1.PNG
    10.9 KB · Views: 14

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
How about
Excel Formula:
=INDEX($B$2:$B$10,MATCH([@[User ID]],$A$2:$A$10,0))
 
Upvote 1
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,286
Members
452,631
Latest member
a_potato

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