I'm trying to create a formula that will look at a column of values and then give me a result depending on whether the value is between two amounts...
For the spreadsheet attached, I'm after the value in column C depending, based on the lookup number that appears in column E.
The result of should appear in column F...
What is the formula for achieving this?
Thank you in advance...
Last edited by acefreemok; 01-09-2012 at 08:16 PM.
Using your posted workbook, here are two regular formulas that return the values you're looking for:
orF2: =VLOOKUP(E2,$A$2:$C$11,3,1)
Copy either formula down as far as you need.F2: =INDEX($C$2:$C$11,MATCH(E2,$A$2:$A$11,1))
Does that help?
First one seems to work well... Thank you (I was so close)...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks