+ Reply to Thread
Results 1 to 2 of 2

Multiple Look Up Results

  1. #1
    Registered User
    Join Date
    01-17-2011
    Location
    Stoke-ontrent
    MS-Off Ver
    Excel 2010
    Posts
    25

    Multiple Look Up Results

    Hello, I am trying to run a front page for my staff that when they enter a part number it gives them eta's of parts.

    however I am only familiar with Vlookups and I don't think I can get multiple returns with this function.

    I have attached the example, if I enter a part number in Cell C3 I would like the Rectangle Area to display the results that are on the data tab.

    Any help would be greatly appreciated.
    Attached Files Attached Files

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

    Re: Multiple Look Up Results

    In the Data sheet, in Q2 enter formula:

    =IF(E2='Look Up'!$C$3,COUNT($Q$1:$Q1)+1,"")

    copied down

    Then in the Lookup sheet, in C7 enter:

    =IFERROR(INDEX(Data!$P:$P,MATCH(ROWS($C$7:$C7),Data!$Q:$Q,0)),"")

    copied down (format to date).

    same formula in D7 and E7, adjusting the INDEX'd range to appropriate column for Invoice Number and Qty.
    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.

+ 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