data validation - copy/drag issue

blundastruck

New Member
Joined
Nov 24, 2015
Messages
7
If this question has been answered before, I haven't discovered it yet. Please post the link and if its the answer, I'll mark my post Answered.

I have a workbook that uses one sheet to list all values I want to choose from. On the second sheet, I've used Data Validation to select from that 1st sheet's values.

The problem comes when I try to copy that validation to other cells in the same 2nd sheet. I use the copy/drag option (the crosshairs icon) to change 30-40 cells to format those cells to the validation. But, when I choose from my pull-down menu I've set up, on each row, there's one LESS option to choose from.

If I've got a list with 10 values, the first row shows all of the options. On the 2nd row, only 9 options show up. 3rd row, 8 options.

I want to have the 10 values in that list on each line. How do I fix this?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Are you using Absolute Value Referencing to lock your ranges down, like this?
=Sheet2!$A$1:$A$10
(note the dollar signs before the row and column references).

If you have it like this (without the dollar signs):
=Sheet2!A1:A10
the ranges will move as you copy it down.

See here foir details: Switch between relative, absolute, and mixed references
 
Upvote 0
Solution
Are you using Absolute Value Referencing to lock your ranges down, like this?
=Sheet2!$A$1:$A$10
(note the dollar signs before the row and column references).

If you have it like this (without the dollar signs):
=Sheet2!A1:A10
the ranges will move as you copy it down.

See here foir details: Switch between relative, absolute, and mixed references
You have just solved a LOT of my frustration! THANK YOU
 
Upvote 0
You are welcome!
Glad I was able to help.
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,738
Members
448,988
Latest member
BB_Unlv

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