I tried to have it use vlookup, but didn't get the results I was looking for.
I have ranges (see below) on one sheet. On the another sheet I enter a $ amount (say $81.02) in one cell and I want the cell with the formula to read $5.00. If I enter 1,112.95 I want it to return $40.00.
Can you tell me what formula will be? Something like if(a1 is between 50 and 150 then 5, or between 150.01 and 300 then 10)>???
I got rid of the column 2 and now there are two comlums next to each other (column A is the low number and column B is hte high number. Column D has the number I want to come back.
I tried this:
=VLOOKUP(A13,'sheet1'!A5:B38,'sheet1'!D538,TRUE)
but it returns a #REF!
A13 has the number I will be entering (50 to 5000), A5 to A38 has the low number (50, 150.01, etc), B5 to B38 has the high number (150, 300, etc). D5 to D38 has the value I want returned.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.