+ Reply to Thread
Results 1 to 4 of 4

VLookup - results 1, 2, 3 rows down

  1. #1
    Registered User
    Join Date
    05-27-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    2

    VLookup - results 1, 2, 3 rows down

    Hi, I am trying to find out if there is a way to use VLOOKUP (or a similar formula) to find a value in my database, count over for result, then give me the value 1, 2 or 3 rows down. Does anyone know of way to do that? My normal VLOOKUP looks like this =VLOOKUP(A19,'[FiOS Database10.xls]YTD'!$B:$DR,7,FALSE), now I would like to add more data on more rows. Please advise.

    36915 -WICKLINE Total 0 .1 .0 .00 30 63.5 100.0
    NTWK/VOICE 0 .1 .0 .00 8 15.2 100.0
    DATA 0 .0 .0 .00 10 19.7 100.0

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: VLookup - results 1, 2, 3 rows down

    Try something like:

    =INDEX('[FiOS Database10.xls]YTD'!$B:$DR,MATCH(A19,'[FiOS Database10.xls]YTD'!$B:$B,0)+2,7)

    The +2 indicates 2 rows down from actual result...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    05-27-2010
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: VLookup - results 1, 2, 3 rows down

    Thank you NBVC! It seems to work!

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: VLookup - results 1, 2, 3 rows down

    Please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ 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