Offset VLookup

  • Thread starter Thread starter jonathan9560
  • Start date Start date
J

jonathan9560

I have an excel spread shee with tables and I need to find a value.

1 A B C D E
2 a
3
4 0 0 0 12


I need to Lookup up "a" and return "12" is this possible?
I was thinking a Vlookup with Offset but cannot get it to work.
Any help is greatly appreiciated.
 
I think I figured it out.

"=OFFSET(INDEX(A:E,MATCH(H1,A:A,0),5),3,,,)"
 

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

Back
Top