Hi,
I'm having some trouble trying to pick the correct cell on a price table.
The price tables are for window coverings (blinds etc) and the price I need to select is based on a row of widths and a column of heights.
I've tried using INDEX,MATCH,MATCH and VLOOKUP but can't get it to select the correct option. so hopefully someone can help!
So in this example if I enter the width as 900 (at A3), and the height as 1550 (at B3), I need it to return 102 (at C3)
I can get it to kind of work, but it either selects the value lower than what I need, or the highest value in the table, depending on whether I have 1 or -1 in the MATCH function.
What would be the best way to achieve this?
Thanks!
I'm having some trouble trying to pick the correct cell on a price table.
The price tables are for window coverings (blinds etc) and the price I need to select is based on a row of widths and a column of heights.
I've tried using INDEX,MATCH,MATCH and VLOOKUP but can't get it to select the correct option. so hopefully someone can help!
So in this example if I enter the width as 900 (at A3), and the height as 1550 (at B3), I need it to return 102 (at C3)
I can get it to kind of work, but it either selects the value lower than what I need, or the highest value in the table, depending on whether I have 1 or -1 in the MATCH function.
What would be the best way to achieve this?
Thanks!