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 / May 2008

Tip: Looking for answers? Try searching our database.

vlookup in the row below the target row

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
AG - 10 May 2008 01:14 GMT
I have the following table.
part                                   start    mid    end
ABCD plan                                   01-Jan    01-Feb    01-Mar
        actual/projected    01-Jan    05-Feb    05-Mar
EFGH plan                                   01-Feb    01-Mar    01-Apr
        actual/projected    10-Feb    10-Mar    10-Apr

With this vlookup formula, I can lookup the plan date -
    =VLOOKUP("ABCD plan",A2:D5,2,FALSE)
but I really want to capture the actual/projected date in the row below the
plan row. How do I do this?
Signature

Alan

Pete_UK - 10 May 2008 02:04 GMT
Try this:

=INDEX(B2:B5,MATCH("ABCD plan",A2:A5,0)+1)

To get the other dates change B2:B5 to C2:C5 or D2:D5.

Hope this helps.

Pete

> I have the following table.
> part                                    start   mid     end
[quoted text clipped - 9 lines]
> --
> Alan
AG - 12 May 2008 17:39 GMT
This worked.  

I have another question: Is there a way to capture the text color as well?

Alan
Signature

Alan

> Try this:
>
[quoted text clipped - 19 lines]
> > --
> > Alan
 
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.