Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / November 2006

Tip: Looking for answers? Try searching our database.

How do I. VLOOKUP & BRING BACK THE CELL BELOW THE CELL WHICH IS FO

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chris - 16 Nov 2006 02:18 GMT
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 - 16 Nov 2006 02:32 GMT
=index(sheet2!e:e,match(a1,sheet2!a:a,0)+1))

is one way.

> Hi
> Can anyone help.
[quoted text clipped - 6 lines]
>
> Cheers

Signature

Dave Peterson

Ron Coderre - 16 Nov 2006 02:42 GMT
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

> Hi
> Can anyone help.
[quoted text clipped - 6 lines]
>
> Cheers
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.