Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Vlookup Offset help

I want to do a vlookup on from one worksheet to another - When I find
the value I'm looking for I want to return the next column, but one
row above.

Function?

thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Vlookup Offset help

Hi,

You would use index match for that

=INDEX(Sheet2!B1:B20,MATCH(A1,Sheet2!A1:A20)-1,0)

This looks for the value in a1 on the current sheet in column A of sheet 2
and returns column B 1 row up

Mike

" wrote:

I want to do a vlookup on from one worksheet to another - When I find
the value I'm looking for I want to return the next column, but one
row above.

Function?

thanks!

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 with offset? d0711 Excel Worksheet Functions 5 August 15th 08 07:23 PM
offset within vlookup jchick0909 Excel Discussion (Misc queries) 6 October 19th 07 08:55 PM
offset off a vlookup? txm49 Excel Discussion (Misc queries) 5 October 11th 07 04:10 PM
VLOOKUP and OFFSET PJ Excel Worksheet Functions 2 July 18th 07 03:28 PM
Offset VLookup [email protected] Excel Worksheet Functions 2 March 30th 06 07:33 PM


All times are GMT +1. The time now is 10:04 AM.

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

About Us

"It's about Microsoft Excel"