View Single Post
  #5   Report Post  
Ken Hudson
 
Posts: n/a
Default

And, if you are going to copy/drag your formula down from E12, you'll need to
"anchor" your Sheet3 range reference in your formula:

=VLOOKUP(Sheet1!BA6,Sheet3!$A$1:$B$14,2,FALSE)

--
Ken Hudson


"Bill Kuunders" wrote:

So, in E12 on sheet2 enter
=VLOOKUP(Sheet1!BA6,Sheet3!A2:B86,2,FALSE)
Regards
Bill K

"Bill R" wrote in message
...
This is the first two columns on sheet #3. I am trying to Pull the finance
term from a payment calculator in the 1st sheet which is located at (BA6)
on
that sheet and match it with the number in the 1st column to pull the
factor
in the 2nd column beside it to (E12) on the 2nd sheet to calculate the Ins
premium. Thanks.

Term Rate
1 0.29000
2 0.57000
3 0.86000
4 1.03000
5 1.20000
6 1.37000
7 1.52000
8 1.67000
9 1.82000
10 1.95000
11 2.07000
12 2.20000
13 2.27000
14 2.33000

"Bill R" wrote:

The workbook contains three sheets. The formula needs to be in the 2nd
sheet
and it needs to pull a factor from a possible 85 choices located in
(B2:B86)
in the 3rd sheet. The choices are numbered 1 Thru 85 in the first column
(A2:A86) in the 2nd sheet. These factors are for Credit Disability rates.
The
correct one to use is determined by the term of the loan which I need to
pull
from the 1st sheet in the workbook. The term of the loan will match the
number in the 1st column next to the correct factor in the 2nd column.
What
would be the correct formula to use? I'm stumped. Thanks.