Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 788
Default How do I. VLOOKUP & BRING BACK THE CELL BELOW THE CELL WHICH IS FO

Hi
Can anyone help.

I want to do a VLOOKUP and bring back the cell below the cell which is found.
eg normal vlookup - VLOOKUP(a1,SHEET,5,0). But I want to bring back the cell
below the 5th cell accross.
I have tried using the combination of OFFSET & VLOOKUP but I can't get a
result.

Cheers
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default How do I. VLOOKUP & BRING BACK THE CELL BELOW THE CELL WHICH IS FO

=index(sheet2!e:e,match(a1,sheet2!a:a,0)+1))

is one way.

Chris wrote:

Hi
Can anyone help.

I want to do a VLOOKUP and bring back the cell below the cell which is found.
eg normal vlookup - VLOOKUP(a1,SHEET,5,0). But I want to bring back the cell
below the 5th cell accross.
I have tried using the combination of OFFSET & VLOOKUP but I can't get a
result.

Cheers


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default How do I. VLOOKUP & BRING BACK THE CELL BELOW THE CELL WHICH IS FO

Try something like this:

With
C1:G10 containing the lookup table

A1: (a value from the first column of the lookup table)

This formula returns the value from the 5th column, corresponding to the
lookup value, and one cell down.
B1: =INDEX(C1:G10,MATCH(A1,C1:C10,0)+1,5)

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"Chris" wrote:

Hi
Can anyone help.

I want to do a VLOOKUP and bring back the cell below the cell which is found.
eg normal vlookup - VLOOKUP(a1,SHEET,5,0). But I want to bring back the cell
below the 5th cell accross.
I have tried using the combination of OFFSET & VLOOKUP but I can't get a
result.

Cheers

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
insert date Larry Excel Worksheet Functions 28 July 15th 06 02:41 AM
Custom functions calculating time arguments Help Desperate Bill_De Excel Worksheet Functions 12 April 25th 06 02:22 AM
I want cell bar graphs back... Ake Excel Discussion (Misc queries) 1 October 19th 05 07:28 PM
Using single cell reference as table array argument in Vlookup CornNiblet Excel Worksheet Functions 3 September 22nd 05 09:15 AM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 05:24 PM.

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"