#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default 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.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default Offset VLookup

I think I figured it out.

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic
 
Posts: n/a
Default 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,,,)"

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup and offset Rob M. Excel Worksheet Functions 3 December 2nd 05 02:10 AM
Offset And Vlookup Combo Help!! kollizion Excel Worksheet Functions 3 August 30th 05 05:07 AM
Vlookup then OFFSET over and down mendozalaura Excel Worksheet Functions 3 August 24th 05 12:32 AM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 10:11 PM
offset and vlookup cutsygurl Excel Worksheet Functions 1 November 5th 04 10:47 PM


All times are GMT +1. The time now is 02:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"