montanaaggie
Board Regular
- Joined
- Nov 11, 2005
- Messages
- 124
- Office Version
- 365
- Platform
- Windows
In column A, I have the numbers 1, 2, 3, 4 going down
In column D, I have the numbers .8, 1.1, 1.2, 1.3 going down
In column E, I have the numbers 5, 10, 15, 20 going down
In cell G1, I want to have a vlookup, looking for the value in column A and finding the appropriate match in column D. Right now the way vlookup works for 1 (Cell A1), is its going to bring back 5, because .8<1. I would like it to bring back 10 as the difference between 1.1-1 or .1 is less than 1-.8 or .2 Is there a way to modify my vlookup equation to do this.
In column D, I have the numbers .8, 1.1, 1.2, 1.3 going down
In column E, I have the numbers 5, 10, 15, 20 going down
In cell G1, I want to have a vlookup, looking for the value in column A and finding the appropriate match in column D. Right now the way vlookup works for 1 (Cell A1), is its going to bring back 5, because .8<1. I would like it to bring back 10 as the difference between 1.1-1 or .1 is less than 1-.8 or .2 Is there a way to modify my vlookup equation to do this.