M
Mary Fetsch
I have an array of parts numbers and descriptions:
UC10 Surge Protecter
SMT420 Patriot 420
MONI19 19 Inch Monitor
If I enter a value containing one of these parts numbers,
I want the description to appear in the next cell:
UC10a Surge Protecter
SMT420x Patriot 420
UC10b Surge Protecter
SMT420z Patriot 420
The part numbers are always the first part of my values,
but they differ in length. I know I can use lookup
functions to look up a value, and I know I could use the
mid function if my part numbers were the same length.
I also know I could separate the part number and the rest
of my value into separate columns, but I'd rather find a
way to say "if any part of my value is in the array, show
the description". (I already have a lot of values
entered, and it would be a big job to separate them all.)
I'll greatly appreciate any help anyone can give me on
this.
UC10 Surge Protecter
SMT420 Patriot 420
MONI19 19 Inch Monitor
If I enter a value containing one of these parts numbers,
I want the description to appear in the next cell:
UC10a Surge Protecter
SMT420x Patriot 420
UC10b Surge Protecter
SMT420z Patriot 420
The part numbers are always the first part of my values,
but they differ in length. I know I can use lookup
functions to look up a value, and I know I could use the
mid function if my part numbers were the same length.
I also know I could separate the part number and the rest
of my value into separate columns, but I'd rather find a
way to say "if any part of my value is in the array, show
the description". (I already have a lot of values
entered, and it would be a big job to separate them all.)
I'll greatly appreciate any help anyone can give me on
this.