G
Guest
Hi
Last week I learnt how to
1) populate a data validation list based on the value selected in another list (dependant lists)
2) form dynamic named ranges
from www.contextures.com
Now, I was trying to combine these two ideas to populate a dependant list whose source is dynamic
To this effect, I gave the following reference in the named range, called as "Product"
=OFFSET('Produ code'!$E$2,0,0,COUNTA('Produ code'!$E$2:$E$1000),1
and
in the data validation, gave the following formula
=Indirect(B8) where B8 contains the value, "Product
But the list is not getting populated. Pls tell me where Im going wrong.
Thanks
Josep
Last week I learnt how to
1) populate a data validation list based on the value selected in another list (dependant lists)
2) form dynamic named ranges
from www.contextures.com
Now, I was trying to combine these two ideas to populate a dependant list whose source is dynamic
To this effect, I gave the following reference in the named range, called as "Product"
=OFFSET('Produ code'!$E$2,0,0,COUNTA('Produ code'!$E$2:$E$1000),1
and
in the data validation, gave the following formula
=Indirect(B8) where B8 contains the value, "Product
But the list is not getting populated. Pls tell me where Im going wrong.
Thanks
Josep