+ Reply to Thread
Results 1 to 6 of 6

Show multiple values from another sheet

  1. #1
    Forum Contributor
    Join Date
    09-05-2012
    Location
    PLYMOUTH ,MI
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    106

    Show multiple values from another sheet

    Good morning all,
    I have a workbook that contains customers on one sheet and then the products they ordered on another. Thats how the software exports it. Stupid I know. Some customers order multiple items so there are separate line items for each product they order on the order sheet.
    I would like to get all the SKU's they ordered on the main customer sheet. I really dont know how to explain it any better so i have attached a workbook. The first sheet is called Orders and you can see the order# in A and then what they ordered is in in the sheet called OrderDetails in column E. Like i said some customers order up to 10 items which is why i want to show it going across instead of down like the sheet does.

    Thanks for your help
    E
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Show multiple values from another sheet

    i don't see customer names anywhere. are they there? is looks to me that you have to write code to do the consolidation.

  3. #3
    Forum Contributor
    Join Date
    09-05-2012
    Location
    PLYMOUTH ,MI
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    106

    Re: Show multiple values from another sheet

    I took the customers names out for confidential purposes. The lookup value would be the Order number in Column A on both sheets

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Show multiple values from another sheet

    How about.
    In F2 copied down & across
    =IFERROR(INDEX(OrderDetails!$E$2:$E$536,AGGREGATE(15,6,(ROW(OrderDetails!$E$2:$E$536)-ROW(OrderDetails!$E$2)+1)/(OrderDetails!$A$2:$A$536=$A2),COLUMNS($F2:F2))),"")

  5. #5
    Forum Contributor
    Join Date
    09-05-2012
    Location
    PLYMOUTH ,MI
    MS-Off Ver
    Microsoft Excel 2010
    Posts
    106

    Re: Show multiple values from another sheet

    That works perfect. Thank you @Fluff13

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,077

    Re: Show multiple values from another sheet

    You're welcome & thanks for the feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Show Multiple Values in Multiple Cells IF Values in Column 'I' =>1
    By markrc139 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-27-2019, 12:12 PM
  2. Only Show Certain Values On New Sheet
    By fotodude in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-30-2017, 02:30 PM
  3. Show values from other sheet
    By TONY in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 09:05 AM
  4. Show values from other sheet
    By TONY in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 08:05 AM
  5. Show values from other sheet
    By TONY in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  6. [SOLVED] Show values from other sheet
    By TONY in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 AM
  7. [SOLVED] Show values from other sheet
    By TONY in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM

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