I am wondering if I have completely misunderstood the use of “Offset,Count” for my purposes but should have gone with using ActiveX combobox instead?
I have 2 validation lists on my source sheet, one for “Supplier” ColB (which has loads of dispersed blank rows) and the other in ColC for “Chemical Name”.
My ultimate goal will be to make the “Chemical Name” list dependent on selection made in the “Supplier” list, but at the moment that is not my issue.
I’m using this in the DV list source in ColB (Supplier)
and this as the source in ColC (Chemical Name)
Firstly, neither of the 2 validation lists are complete (seems they are getting chopped off part way down)
Secondly (and only referring to) “Supplier” list, it still contains all the blank rows
I have 2 validation lists on my source sheet, one for “Supplier” ColB (which has loads of dispersed blank rows) and the other in ColC for “Chemical Name”.
My ultimate goal will be to make the “Chemical Name” list dependent on selection made in the “Supplier” list, but at the moment that is not my issue.
I’m using this in the DV list source in ColB (Supplier)
Rich (BB code):
=OFFSET($B$6,0,0,COUNTA($B:$B),1)
Rich (BB code):
=OFFSET($C$6,0,0,COUNTA($C:$C),1)
Firstly, neither of the 2 validation lists are complete (seems they are getting chopped off part way down)
Secondly (and only referring to) “Supplier” list, it still contains all the blank rows