How to find a value in a table

A

ashoulds

I need a function that would be able to tell the difference between the size,
color and material and spit out the order code for the option that fits. Any
ideas? An example of my table is below

(Size, Color, Material, Order Code)
2, B, R, 1
2, B, R, 2
2, B, P, 3
2, B, P, 4
4, R, R, 5
4, B, R, 6
4, R, P, 7
4, B, P, 8
 
S

Sean Timmons

Are the commas indicators of new column or is the entire list within one cell?

Also, there are multiple with the same Size/Color/Material. Presumably, you
want both order codes returned?
 
A

ashoulds

Commas indicate columns. There are 4 columns. There is only one order code
for each.
 

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