+ Reply to Thread
Results 1 to 3 of 3

Return multiple matching lines using VLOOKUP?

  1. #1
    Registered User
    Join Date
    01-26-2011
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Return multiple matching lines using VLOOKUP?

    I've looked at a number of solutions here for this seemingly common request, but can't manage to succesfully adapt any to work on my spreadsheet. I'm trying to create my own (basic!) invoicing worksheet, attached.

    I'm using drop down lists and vlookups to pull together most of the invoice worksheet itself, but need to extract multiple data from a "jobs" sheet where the inv number matches that selected from the drop down list.

    I understand a count is a half-way house, so have added that.

    All help much appreciated!

    This is my first post on this forum, so please let me know if I'm not following protocol!
    Attached Files Attached Files
    Last edited by Nick Robinson; 01-26-2011 at 02:42 PM.

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

    Re: Return multiple matching lines using VLOOKUP?

    In A17 enter this formula:

    =IF(ROWS($A$1:$A1)>$B$26,"",INDEX(jobs!D:D,MATCH(ROWS($A$1:$A1),jobs!$I:$I)))

    and copy down and across the table.
    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
    01-26-2011
    Location
    Sheffield, England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Return multiple matching lines using VLOOKUP?

    that's just perfect - thanks so much!

+ 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