10.5 would work, 10 1/2 not so much.
Create a table with height going down the left as row labels, and widths going across the top of the table as headers. Do not enter the "range" as 10-14, just enter that value of the START of each range. When the next range starts, that indicates the prior range has ended. It will look like this:
Now you can use an INDEX(Match, Match) formula to get the price from the grid.
Height in A25, Width in B25, this formula in C25:
=INDEX($B$2:$F$6, MATCH(B25, $A$2:$A$6, 1), MATCH(C25, $B$1:$F$1, 1))
Bookmarks