#1   Report Post  
Posted to microsoft.public.excel.misc
enyaw
 
Posts: n/a
Default validation list

I have created a spreadsheet that has worksheets which need to filled in for
every day of the month. There is a spreadsheet for each month of the year.
On each worksheet for each day there is a validation drop down list which
takes its information from a list on the bottom of each page. There are two
columns beside the drop down list that use drop down for a vlookup. The
problem i have is that the information will change from time to time and the
list for the drop down and vlookup will be updated. When the lists need to
be updated I have to go to each individual sheet from when it needs to be
updated, unlock the sheet, insert the new items into the list or update the
current lists information, resort the list and then reprotect the worksheet.
Is there any easier way of doing this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
bpeltzer
 
Posts: n/a
Default validation list

I gather the DV list and the vlookup table are the same for each worksheet.
With that assumption, you should be able to make the change on just one
worksheet and reference that sheet on all the others.
For the vlookup, this is easy... instead of
=vlookup(a1,A$200:B$230,2,false), use
=vlookup(a1,Sheet1!A$200:B$230,2,false). That explicitly uses the
table_array from sheet1.
For the data validation, you have to define a named range . If, for
instance, the valid entries are Sheet1!A$200:A$230, select that range, then
Insert Name Define. Enter a name you'll use to reference the range (ex:
DV_List), then click OK.
Then in the cells you want validated, Data Validation, choose List then in
the text box enter =DV_List (or whatever name you've chosen).
Now you should be able to make the changes on just the one sheet and have
them apply to the others as well. Be aware that this would change any
lookups for prior months as well, unless you've first locked down the old
values (copy & paste values).


"enyaw" wrote:

I have created a spreadsheet that has worksheets which need to filled in for
every day of the month. There is a spreadsheet for each month of the year.
On each worksheet for each day there is a validation drop down list which
takes its information from a list on the bottom of each page. There are two
columns beside the drop down list that use drop down for a vlookup. The
problem i have is that the information will change from time to time and the
list for the drop down and vlookup will be updated. When the lists need to
be updated I have to go to each individual sheet from when it needs to be
updated, unlock the sheet, insert the new items into the list or update the
current lists information, resort the list and then reprotect the worksheet.
Is there any easier way of doing this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
MartinW
 
Posts: n/a
Default validation list

Hi enyaw,

If I understand you correctly all you have to do is lodge your
validation lists and vlookup data in a seperate sheet (instead of in each
sheet)
and have all your worksheets reference that sheet.

HTH
Martin


  #4   Report Post  
Posted to microsoft.public.excel.misc
enyaw
 
Posts: n/a
Default validation list

What I am looking for is to stop the changes applying to the previous sheets
and allow the rest of the sheets to use the new data. That is why the DV list
and vlookup table are on each sheet. So when I update a list on the 10th of
the month I need the list to update on the days for the rest of the month but
not update for the previous days so as not to change any prior values.

"MartinW" wrote:

Hi enyaw,

If I understand you correctly all you have to do is lodge your
validation lists and vlookup data in a seperate sheet (instead of in each
sheet)
and have all your worksheets reference that sheet.

HTH
Martin



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
validation list Crispy Excel Worksheet Functions 1 April 9th 06 06:46 AM
update data validation list with new entries?? cjtj4700 Excel Discussion (Misc queries) 10 December 12th 05 01:00 AM
drop-down list validation won't allow a different worksheet justmetn Excel Worksheet Functions 4 September 15th 05 05:33 PM
Expanding Data validation from List mark hansen Excel Discussion (Misc queries) 2 September 4th 05 01:39 AM
list validation using list validation... Patrick G Excel Worksheet Functions 1 December 21st 04 12:37 AM


All times are GMT +1. The time now is 05:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"