Data Validation Default Based on Cell Value

williamfr

New Member
Joined
Sep 14, 2023
Messages
11
Office Version
  1. 365
Platform
  1. Windows
Hi all. I'm trying to do something very basic, but i'm not sure if it's possible. I have a column where every field, including the header is a list. When i change the option in the header, is it possible to default the below rows to the same value? ie. If i choose Dallas in the header, all cells in the column change to Dallas. At that point, individual cells can be changed via dropdown to different cities if needed. Then again, if i change the header to Miami..all cells then default to Miami, etc.

I tried googling this but maybe i'm wording it wrong. The first column is just an example of what it would look like when the header is selected. The second column is an example of changing to different selections. The third column is choosing a different header and everything being reset to a different city. Thanks!

Quote Tool.xlsx
BCDEF
1123
2
3DallasDallasMiami
4DallasDallasMiami
5DallasMiamiMiami
6DallasDallasMiami
7DallasAtlantaMiami
8DallasDallasMiami
9DallasAtlantaMiami
10DallasDallasMiami
11DallasDallasMiami
12DallasBaton RougeMiami
13DallasDallasMiami
14DallasDallasMiami
15DallasDallasMiami
16DallasDallasMiami
17DallasDallasMiami
18DallasDallasMiami
19DallasDallasMiami
20DallasDallasMiami
Sheet1
Cells with Data Validation
CellAllowCriteria
D3:D20ListDallas, Baton Rouge, Atlanta, Miami
B3:B20ListDallas, Baton Rouge, Atlanta, Miami
F3:F20ListDallas, Baton Rouge, Atlanta, Miami
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Sorry i didn't see an edit option but i just wanted to say i figured this out with VBA..but i'd prefer not to use that if i can help it. Thanks again!
 
Upvote 0
I think that VBA is your only option. A formula cannot do what you are asking for.
 
Upvote 0

Forum statistics

Threads
1,215,085
Messages
6,123,030
Members
449,092
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