Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using data validation lists on a large spreadsheet. I have one list
populated from a series of data I specify. I then use the INDIRECT function to call the list for my second drop down box based on the data in the first box. When I copy the cells, the formula in the Source box in the data validation screen does not increment to maintain the proper reference (it stays at C2 instead of updating to C3, C4 etc...) Is there a quick way to "fill down" my spreadsheet so these lists will work? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
It seems to work ok for me
Maybe check that the DVList's source formula reads something like: =INDIRECT(C2) (ie a relative reference for row "2") -- Max Singapore http://savefile.com/projects/236895 Downloads:16,200 Files:354 Subscribers:53 xdemechanik --- "jeffy" wrote: I am using data validation lists on a large spreadsheet. I have one list populated from a series of data I specify. I then use the INDIRECT function to call the list for my second drop down box based on the data in the first box. When I copy the cells, the formula in the Source box in the data validation screen does not increment to maintain the proper reference (it stays at C2 instead of updating to C3, C4 etc...) Is there a quick way to "fill down" my spreadsheet so these lists will work? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INDIRECT ($C$2) is the actual formula that appears after I enter =INDIRECT
(C2), and it will not update the reference if I fill down, cut or copy, and paste. "Max" wrote: It seems to work ok for me Maybe check that the DVList's source formula reads something like: =INDIRECT(C2) (ie a relative reference for row "2") -- Max Singapore http://savefile.com/projects/236895 Downloads:16,200 Files:354 Subscribers:53 xdemechanik --- "jeffy" wrote: I am using data validation lists on a large spreadsheet. I have one list populated from a series of data I specify. I then use the INDIRECT function to call the list for my second drop down box based on the data in the first box. When I copy the cells, the formula in the Source box in the data validation screen does not increment to maintain the proper reference (it stays at C2 instead of updating to C3, C4 etc...) Is there a quick way to "fill down" my spreadsheet so these lists will work? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can always click inside the box & remove the $ signs manually.
With these $ removed, it'll copy ok when you drag down. -- Max Singapore http://savefile.com/projects/236895 Downloads:16,200 Files:354 Subscribers:53 xdemechanik --- "jeffy" wrote: =INDIRECT ($C$2) is the actual formula that appears after I enter =INDIRECT (C2), and it will not update the reference if I fill down, cut or copy, and paste. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Validation List to fill adjacent cell with IF? | Excel Discussion (Misc queries) | |||
validation (list) & auto fill | Excel Worksheet Functions | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
Can Validation against a list do auto-fill in a cell? | Excel Discussion (Misc queries) | |||
I have a list of data, fill in the gaps. FILL function won't work | Excel Discussion (Misc queries) |