J
Jettero2112
I wrote a formula to be able to change a part number based on the colo
and length of a part. The color cell (always located at K14) and th
part length (E16 below but changes) in the formula change when I cop
to a new cell. How can I get it to change only the part length cel
but not the color cell when I copy to a new cell? (hope that's not to
confusing)
=IF((K14="TUDOR BROWN"),VLOOKUP(E16,TBROWN,2),IF((K14="SPANIS
CLAY"),VLOOKUP(E16,SCLAY,2),IF((K14="OCEA
BLUE"),VLOOKUP(E16,OBLUE,2),IF((K14="SLAT
GRAY"),VLOOKUP(E16,SGRAY,2),IF((K14="REGA
RED"),VLOOKUP(E16,RRED,2),IF((K14="CLASSI
GREEN"),VLOOKUP(E16,CGREEN,2)))))))
Thanks.
:confused
and length of a part. The color cell (always located at K14) and th
part length (E16 below but changes) in the formula change when I cop
to a new cell. How can I get it to change only the part length cel
but not the color cell when I copy to a new cell? (hope that's not to
confusing)
=IF((K14="TUDOR BROWN"),VLOOKUP(E16,TBROWN,2),IF((K14="SPANIS
CLAY"),VLOOKUP(E16,SCLAY,2),IF((K14="OCEA
BLUE"),VLOOKUP(E16,OBLUE,2),IF((K14="SLAT
GRAY"),VLOOKUP(E16,SGRAY,2),IF((K14="REGA
RED"),VLOOKUP(E16,RRED,2),IF((K14="CLASSI
GREEN"),VLOOKUP(E16,CGREEN,2)))))))
Thanks.
:confused