How to automatically update data from data validation lists

Milkyway

New Member
Joined
Aug 2, 2011
Messages
1
Hi,

I'm building an Excell 2007 workbook which has some data validation lists in the first worksheet ("lists"). These are standard statments and values which will be updated/changed from time to time.

Then there are multiple worksheets (100+) with the same layout but containing variable info, some of which will be populated via drop down boxes, using the info from the data validation lists.

Ideally if I change a standard statement/value in the "lists" worksheet it would automatically update the field, not just the options in the dropdown box, where ever it is selected in all the reamining worksheets.

I have seen some solutions for one list and one worksheet, but I'm new to code so I'm not sure how to expand this to multiple lists and multiple worksheets.

Thanks
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
I don't really get what you mean but maybe this will help...

In the data validation click list then in source type in without the quote:
"=OFFSET(nameofsheet!$A$2,0,0,COUNTA(nameofsheet!$A$2:$A$999),1)"
Note: Number in red can be changed to suit your range
$A$2:$A$999 is where your data were stored


Any comments are welcome

Thanks
 
Upvote 0

Forum statistics

Threads
1,215,310
Messages
6,124,184
Members
449,147
Latest member
sweetkt327

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