I'm sure someone has a better method, but if you insert a column within
your lookup table (or on the right of it) you can use that as an offset
to pick up the next higher value.
See attached, the working line is
=IF(VLOOKUP(A21,$A$1:$C$9,1,2)=A21,VLOOKUP(A21,$A$1:$C$9,1,2),OFFSET($C$1,VLOOKUP(A21,$A$1:$C$9,2,2),0))
where column B is the increment column.
Hope this helps.
I would like to look-up a value in a table. and in case of not an exact
match
select the next higher value.
Vlookup rounds of downwards.
+-------------------------------------------------------------------+
|Filename: RowPlusOne.zip |
|Download:
http://www.excelforum.com/attachment.php?postid=4095 |
+-------------------------------------------------------------------+