Hi all, Newbie here.
I have a price list table that I would like to automatically price doors (Height x Width) after entering the width and height in cells M1 and M2.
The table is in cells A1:A10, Heights are in cells A2:A10 and widths are in cells B1:J1. Cell A1 is blank.
The formula I am using works fine if the entered width and height is in the above cells. If the entered value is not there it picks out the next lower number below the value but I would like it to go to the next higher value.
For an example my height column looks like this:
140
175
283
355
445
570
715
895
1245
If I type 720 in cell M1 it will look at 715???
This is the formula i'm using:
=INDEX(A1:J10,MATCH(M1,A1:A10),MATCH(M2,A1:J1))
Any help is much appreciated.
Bookmarks