Link multiple cells from a database based on a product ID

RBerry

New Member
Joined
Oct 25, 2022
Messages
7
Office Version
  1. 365
Platform
  1. Windows
Hi all

I want to create a formula that will link multiple cells in a row based out which product number I choose from a drop down menu. A quick sample is below.

Basically I would have a database "Sheet 2", but in sheet 1 I want to choose from a drop down menu (I know how to do this bit), and then the Product Description, Size and Price will generate based on which item I select. Can this be done?

Sheet 1
Product #Product DescriptionSizePrice
Drop down menu
Sheet 2 (Data)
XYZ-10-TESTTest sample for XYZ Product10"
£2.50​
XYZ-20-TESTTest sample for XYZ Product20"
£5.00​
XYZ-30-TESTTest sample for XYZ Product30"
£7.50​
XYZ-40-TESTTest sample for XYZ Product40"
£10​
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
How about
Excel Formula:
=FILTER(Sheet2!A2:D1000,Sheet2!A2:A1000=A2)
 
Upvote 0

Forum statistics

Threads
1,215,053
Messages
6,122,888
Members
449,097
Latest member
dbomb1414

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