OFFSET and LOOKUP Error

J

Jim

I'm using Excel 2007

I'm using this formula in cell F11 to lookup a payment amount, which works
fine.
=HLOOKUP($I$3,Mortgage_Pay_Table,A11+2)

In Cell E11 I want to display the cell to the immediate left of the cell
being looked up in F11. I have tried this formula but get an error message:
=OFFSET(HLOOKUP($I$3,Mortgage_Pay_Table,A11+2),0,-1)

Suggestions?
 
T

T. Valko

Try this...

=INDEX(Mortgage_Pay_Table,A11+2,MATCH($I$3,INDEX(Mortgage_Pay_Table,1,0),0)-1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

LOOKUP error 4
cell reference from hlookup 4
PLEASE HELP OFFSET / HLOOKUP / MATCH I HAVE READ OTHER POSTS 3
Vlookup Error 1
lookup value 1
Lookup 2
Lookup formula 2
SUMPRODUCT & Wildcards 4

Top