Thank Frank!
Thant's was the answer I was looking for!
The only other thing was to have a dynamic range for my table and I did
this with a combination of OFFSET() and COUNT() function.
Stefan
On 2004-12-10 01:02:14 -0500, "Frank Kabel" said:
Hi
1. Create a lookup table (e.g. called 'lookup') with the following
layout:
A B
1 0 4.25
2 4.01 5.35
3 5.01 6.15
...
Now on your entry sheet use
=VLOOKUP(B1,'lookup'!$A$1:$B$100,2,TRUE)
|