2 sheets, the 1st has a fixed price table with 3 columns: Gauge Range, Width Range, and Price. The 2nd sheet has data with 3 columns: Gauge and Width (exact numbers, not ranges). Taking the gauge and width for an item from the data sheet, I need to look up the price from the ranges in the price table.
The problem: There are four gauge ranges (0 - 0.5, 0.6 - 1.0, 1.1 - 1.5, 1.6 - 2.0) and four width ranges (0-10, 11-20, 21-30, 31-40). For each width range, all four gauge ranges have prices. So widths of 0-10 there are four prices, one for each gauge range, and so on.
So from the data sheet, how would you look up the price for a specific measurement? Let's say a gauge of 0.4 and width of 12?
The problem: There are four gauge ranges (0 - 0.5, 0.6 - 1.0, 1.1 - 1.5, 1.6 - 2.0) and four width ranges (0-10, 11-20, 21-30, 31-40). For each width range, all four gauge ranges have prices. So widths of 0-10 there are four prices, one for each gauge range, and so on.
So from the data sheet, how would you look up the price for a specific measurement? Let's say a gauge of 0.4 and width of 12?