megera716
Board Regular
- Joined
- Jan 3, 2013
- Messages
- 146
- Office Version
- 365
- Platform
- Windows
You know how you can VLOOKUP a number in a range and if you do TRUE instead of FALSE it will return the value where the lookup value is between the low and high ends?
So if I only had these columns and did "=VLOOKUP(F2,$B$2:$D$5,3,TRUE), it would return 700 (which is between 8.5 and 8.99).
But I have multiple structures. So I need it to return the value in D for lookup value G2:G3 AND F2:F3 within a low/high range. If it weren't for the ranges, I would say =INDEX($D$2:$D$10,MATCH(G2,$A$2:$A$10,0)) which of course only returns $0 because that is the first row with B.
Hopefully this makes sense! Thanks!
So if I only had these columns and did "=VLOOKUP(F2,$B$2:$D$5,3,TRUE), it would return 700 (which is between 8.5 and 8.99).
But I have multiple structures. So I need it to return the value in D for lookup value G2:G3 AND F2:F3 within a low/high range. If it weren't for the ranges, I would say =INDEX($D$2:$D$10,MATCH(G2,$A$2:$A$10,0)) which of course only returns $0 because that is the first row with B.
Hopefully this makes sense! Thanks!