hiyas all,
Ive looked around the searches and cant seem to find anything that does what I am looking for
basically I have a cell with model of car i.e. focus and a cell which recognises if standard metallic or dualtone paint is selected with a 1 2 or 3 number produced from formula
the table I have is roughly
model - type - colour
focus - 1 - red
focus - 1 - white
focus - 1 - black
focus - 2 - red
and so on
I can get the combobox in a userform to read a singlular column and display the colour with
=OFFSET(ColourStart,MATCH(location of model,ColourModel,0)-1,2,COUNTIF(ColourModel,location of model),1)
but I want to get it to read
the model and type so it only displays the list of colours for either standard (1) metallic(2) or dual tone (3)
I have tried to change formula to a variation on the match
=OFFSET(ColourStart,MATCH(1,(ColourModel=location of model)*(ColourType=Location of paint type),0)-1,2,COUNTIF(ColourModel,location of model),1)
but just keep getting an error
can anyone point me in the right direction?
Thanks guys n gals
Ive looked around the searches and cant seem to find anything that does what I am looking for
basically I have a cell with model of car i.e. focus and a cell which recognises if standard metallic or dualtone paint is selected with a 1 2 or 3 number produced from formula
the table I have is roughly
model - type - colour
focus - 1 - red
focus - 1 - white
focus - 1 - black
focus - 2 - red
and so on
I can get the combobox in a userform to read a singlular column and display the colour with
=OFFSET(ColourStart,MATCH(location of model,ColourModel,0)-1,2,COUNTIF(ColourModel,location of model),1)
but I want to get it to read
the model and type so it only displays the list of colours for either standard (1) metallic(2) or dual tone (3)
I have tried to change formula to a variation on the match
=OFFSET(ColourStart,MATCH(1,(ColourModel=location of model)*(ColourType=Location of paint type),0)-1,2,COUNTIF(ColourModel,location of model),1)
but just keep getting an error
can anyone point me in the right direction?
Thanks guys n gals