Revised Dropdown list not applying to some rows

G

Guest

I revised my original dropdown list to include new data. I then tried to
apply it all cells with the same settings by checking the box in the Data
Validation dialog box. Most rows in the column got a blue autofill to show
that these were the rows to which the new dropdown list would get applied.
However, there were some rows (dispersed, not contiguous) which had no blue
autofill - however, these rows have data in them which has been derived from
the original dropdown list. How do I apply the new list to even these rows? I
could, obviously, Copy Paste from an 'applied' cell to an 'unapplied' cell,
but that means that I have to re-enter the data all over again. What should I
do ?
 
G

Guest

Why not create a named range for your dynamic list and in the validation list
(I assume that's what you're doing), enter =LISTNAME for the list. All
you'll need to do in the future is change the list.

You can dynamically change a list using offset. Lets say your list header
is in A1 and the list is in A2:A100 (all rows filled), and you can
potentially add to the length of the list. When you name the range use

=OFFSET(A1,1,0,COUNTA(A:A)-1,1)

HTH,
Barb Reinhardt
 
D

Debra Dalgleish

Copy a revised cell
Select cell(s) that you want to change
Choose Edit>Paste Special
Select Validation, and click OK
 
G

Guest

Thanks, Barb - I think my problem was far simpler than it appeared - Debra D
gave me the answer - please see the other reply to my query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top