Hi,
I'm trying to search between two sets of data across multiple lines. (That's not very decriptive, so I'll give an example)
A B C
1 1 1 259
2 2 260 322
3 3 323 460
4 4 461 513
In D1 I have a search box. The idea being, if I put say 280 in D1, I'll get the result of A2 as the 280 is between 260 and 322.
Is this a VLOOKUP job, or is INDEX the way to go about it? I've tried various SUM & tinkered with BETWEEN but can find a way to return the data from column A. It looks fairly simply in theory - am I missing something obvious?
Regards,
Mark.
I'm trying to search between two sets of data across multiple lines. (That's not very decriptive, so I'll give an example)
A B C
1 1 1 259
2 2 260 322
3 3 323 460
4 4 461 513
In D1 I have a search box. The idea being, if I put say 280 in D1, I'll get the result of A2 as the 280 is between 260 and 322.
Is this a VLOOKUP job, or is INDEX the way to go about it? I've tried various SUM & tinkered with BETWEEN but can find a way to return the data from column A. It looks fairly simply in theory - am I missing something obvious?
Regards,
Mark.