Formula Help - Index Match

akvpv6

New Member
Joined
May 1, 2023
Messages
17
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: 6

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
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,216,109
Messages
6,128,875
Members
449,476
Latest member
pranjal9

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