Table for a List in Data Validation?

DavidB90

New Member
Joined
Apr 26, 2023
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I'm sorry for my lack of experience once again, but here I am.

I'm trying to see if there is a way to have multiple table choices in a dropdown just like I can use Data Validation to create a dropdown for items in a single cell.

Here is my situation....I have 4 geographical areas our business covers and each area contains a different cost for items. I want to use the same spreadsheet to layout the cost, but have the dropdown of prices change based on the area. Therefore instead of changing the price of the column of items individually I would like to have the whole column change by selecting the area we are working in.

Thank you all once again!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
I think this might be along the lines of what you need.

MrExcelPlayground20.xlsx
ABCDEFGHIJ
1RegionSoutheastMidwestNortheastSoutheastWestNorthSelected Price
2Price pick5563523
3695525
45106536
51015106210
Sheet17
Cell Formulas
RangeFormula
J2:J5J2=INDEX(D2:H5,,MATCH(B1,D1:H1,0))
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
B1List=$D$1:$H$1
B2List=$J$2#
 
Upvote 0
Take a look at this video by Leila Gharani.
The second half discusses using tables to create dynamic drop down lists:

 
Upvote 0

Forum statistics

Threads
1,215,091
Messages
6,123,062
Members
449,089
Latest member
ikke

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