HELP: is there a compare function??

A

AE

Hi there.
I would like some help in building a spreadsheet up....

what I would like to do is have 2 columns (A&B)

Column A will be called CATALOG NUMBER
Column B will be called PRODUCT FAMILY

I would like to manually enter a catalog number in column A and have
Excel to display the product family it belongs to automatically on
column B.

is it possible? how?

I have between 10-15 product families (ie: screws, connectors,
rawstock, etc)
each product family has 5 to 20 possible combinations ("prefixes") -
only the first 4 letters will define the product family, the rest will
be a numeric secuencial code-

for example the following numbers could be screws:
ABCD001
ABCD099
ACBD001
ACBD099
CDBA234
etc...


the following could be connectors (preffixes like XXZZ, XZXZ, XYZX)
XXZZ001
XZXZ999
XYZX001
etc...

Advice is needed, please help me complete this spreadsheet,
I've used Excel only for its basic (and I mean really basic) functions.

Thanks in advance.
 
B

Bearacade

Sure there is .. use a mixture of Lookup and left and get your result.

I am going to assume your lookup table is A1:B50 (A1 and B1 are
titles)

=LOOKUP(LEFT(C1,4),$A$2:$A$50,$B$2:$B$50)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top