Tried posting this earlier but I can't find it so I will try again. I need to find the result from a VLOOKUP table(s) but which table to use will be dependent upon a series of conditions (over 200 different possible results of the input conditions). I was thinking that I could possibly store each of the 200+ separate VLOOKUP operations in a different cell in the spreadsheet and then try to execute the VLOOKUP for that cell based upon the result of the conditions test. I will provide a simple example below but my actual needs will be more complex than this. Hoping I will be able to add the extra layers of complexity as long as someone can help me get started.
Example - Ordering a shirt
Color options: Red, Green, Blue, Yellow
Neck Size options: 14, 15, 16, 17, 18
Pattern options: Solid, Plaid, Stripes
Sleeve options: Short, Long
Type: Oxford, Button Down
So if the user inputs a Green, 16 inch, Plaid, Long Sleeve, Button Down shirt, I would need to perform a VLOOKUP based upon this specific condition. A Blue, 15 inch, Solid, Short Sleeve, Oxford shirt would require a completely different VLOOKUP from a completely separate table.
I have never created a VBA or macro but it seems as if I need to learn???
Example - Ordering a shirt
Color options: Red, Green, Blue, Yellow
Neck Size options: 14, 15, 16, 17, 18
Pattern options: Solid, Plaid, Stripes
Sleeve options: Short, Long
Type: Oxford, Button Down
So if the user inputs a Green, 16 inch, Plaid, Long Sleeve, Button Down shirt, I would need to perform a VLOOKUP based upon this specific condition. A Blue, 15 inch, Solid, Short Sleeve, Oxford shirt would require a completely different VLOOKUP from a completely separate table.
I have never created a VBA or macro but it seems as if I need to learn???