Aug 31, 2019
Data Validation doesn't auto increment the range entered in "list from range" when dragging to copy
First:
A1 is Data Validation "List from Range" and pulls the named range "Category"
Then:
T1
=transpose(INDIRECT(A1))
fills the row starting at T1 with the cells that make up the named range referenced in A1
Thus creating:
B1 is Data validation "List from Range" and pulls from T1:Z1
Named Ranges
- "Category"
- "Buildings"
- "Improvements"
The issue is I want those two dropdowns to be created down 200+ rows. The first basic dropdown is fine when you drag copy it down rows. The second dropdown's data validation does not increment up when you try to copy it. Thus creating:
- B2 = "List from Range" T1:Z1
- B3 = "List from Range" T1:Z1
- B4 = "List from Range" T1:Z1
When I want:
- B2 = "List from Range" T2:Z2
- B3 = "List from Range" T3:Z3
- B4 = "List from Range" T4:Z4
- ... forever
Is there a way to either simplify this formula/ data validation OR is there a way to increment the data validation field so I don't have to manually change the data validation in 200+ cells?
Details
Community content may not be verified or up-to-date. Learn more.
Last edited Aug 31, 2019
All Replies (10)