Pull data from another tab based on value in drop down menu

RodneyC

Active Member
Joined
Nov 4, 2021
Messages
278
Office Version
  1. 2016
Platform
  1. Windows
I have a drop down menu in cell C7 where users can select a value from about 40 different options. This part works perfectly.

In cell C9 I need a formula that will look in a tab named Source in rows A665 – A753 for the value in C7. If it finds the C7 value, display the corresponding value from Source in column B.

Thanks in advance
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
How about
Excel Formula:
=XLOOKUP(C7,source!A655:A753,source!B655:B753,"",0)
 
Upvote 0
Are you using xl365 as per your profile?
 
Upvote 0
Microsoft® Excel® 2016 MSO (Version 2111 Build 16.0.14701.20254) 64-bit I may need to update my profile
 
Upvote 0
I got it to work using this: =IFNA(VLOOKUP($C$7,source!A665:C753,2,FALSE),"") Thanks for the help.
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,876
Members
449,056
Latest member
ruhulaminappu

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