A
andrew37_37
Hopefully someone can help me -
I am trying to select data from five droplists each dependant on th
previous selection. The following works but the droplist display
multiple occurances where there are multiple records of the same nam
associated with the previous selection.
=OFFSET(cat1start,MATCH(B2,cat1column,0)-1,1,COUNTIF(cat1column,B2),1)
Essentially the five list should guide a user to uniquely identify
product while only showing distinct records in each drop list i.e A
should only appear once rather than than 6 times (one for eac
association to paper)
paper A4 100 Blue Wrapped
paper A4 100 Blue Loose
PAPER A4 100 GREEN WRAPPE
paper A4 100 Green Loose
paper A4 200 Blue Wrapped
paper A4 200 Blue Loose
Many Thank
I am trying to select data from five droplists each dependant on th
previous selection. The following works but the droplist display
multiple occurances where there are multiple records of the same nam
associated with the previous selection.
=OFFSET(cat1start,MATCH(B2,cat1column,0)-1,1,COUNTIF(cat1column,B2),1)
Essentially the five list should guide a user to uniquely identify
product while only showing distinct records in each drop list i.e A
should only appear once rather than than 6 times (one for eac
association to paper)
paper A4 100 Blue Wrapped
paper A4 100 Blue Loose
PAPER A4 100 GREEN WRAPPE
paper A4 100 Green Loose
paper A4 200 Blue Wrapped
paper A4 200 Blue Loose
Many Thank