Hello,
I am not sure if I can do this without VBA; considering I have not used VBA in about a year, I'd rather exhaust my options before going back into it (as I know this might involve a lot of headaches).
In short, I'm trying to develop a faster way to compare the price of various items. The current process first involves looking at a sheet with a list of various measurements. Each measurement is then grouped to a particular code (5, 10, etc.):
As an example, I am looking for the price of something with measurements 1.083.
Example of measurement list:
Size 5S 10S 20S STD 1" .065 0.083 .133 .25 2" .065 .109 .155 .260
Then, I compare the code and size to a price list to find the matching price:
Size 5S 10S 20S STD 1" $20 $25 $30 $40 2" $22 $32 $42 $52
I would like to make this a lot faster by simply typing the sizes into a cell (or over two cells) and getting the matching price --> cross referencing the paper documents is very time consuming.
As an example, the bold/black is what I fill in; the red/itallic is what Excel pulls:
Over 1 cell
Size Code Price 1.083 10S $25
Over 2 cells
Size Size2 Code Price 1" .083 10S $25
How can I do this?
Thank you,
Citizen
Bookmarks