+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP Find item, move down one row and do the vlookup.

  1. #1
    Registered User
    Join Date
    03-01-2012
    Location
    Copenhagen
    MS-Off Ver
    Excel 2010
    Posts
    12

    VLOOKUP Find item, move down one row and do the vlookup.

    Hi All,

    Is it possible to use VLOOKUP to find the item you want, but instead of taking the value next to it, you want it to go down one row and take that value?

    Like this:
    in A1:B4
    Ice
    Ice cake
    Ice frosting
    Ice water

    so my vlookup is:

    =VLOOKUP("Ice";A1:B4;2;FALSE) This gives me 0, but I want it to give me cake as a result.

    Thanks a lot!

  2. #2
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: VLOOKUP Find item, move down one row and do the vlookup.

    trying looking at =HLookup()

    =HLOOKUP("Ice",A1:B4,2,FALSE)

    If you want it just to say cake instead of Ice cake:

    =MID(HLOOKUP("Ice",A1:B4,2,FALSE),4,LEN(A2)-3)
    Last edited by darknation144; 03-02-2012 at 10:22 AM.

  3. #3
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: VLOOKUP Find item, move down one row and do the vlookup.

    Hi

    If these entries are in rhe same cell or in different. cells

    An eaample file will be help full showing input and output you want

    Regards
    Mark the thread as solved if you are satisfied with the answer.


    In your first post under the thread tools.

    Mahju

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1