ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Offset VLookup (https://www.excelbanter.com/excel-worksheet-functions/80578-offset-vlookup.html)

[email protected]

Offset VLookup
 
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.


[email protected]

Offset VLookup
 
I think I figured it out.

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


Domenic

Offset VLookup
 
Or simply...

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

Hope this helps!

In article .com,
wrote:

I think I figured it out.

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



All times are GMT +1. The time now is 09:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com