Hi i have 2 columns of data A and B
A contains some code or some model names depending on the output of the formula
TA00123
TA00131
TYA1231
Chipset
Processor
Alternator
etc
I want to use the dropdown in adjacent cell of B column, saying IF(LEFT(B66,2)<>"TA",$DB$6:$DB$10,CONCATENATE(MID(B66,15,2)," ","YM"))
Basically saying if the value of cell A contains TA letter , than i want to use the formula else give the dropdown list, i am trying this and i am getting error in dropdown saying the list should be delimited...is it possible??
Thanks in advance
Bookmarks