+ Reply to Thread
Results 1 to 8 of 8

Combine Multiple Cells Based on Unique Identifier (email address)

Hybrid View

  1. #1
    Registered User
    Join Date
    06-29-2010
    Location
    Nashville, TN
    MS-Off Ver
    Office 365
    Posts
    15

    Combine Multiple Cells Based on Unique Identifier (email address)

    Good morning! We've got an event coming up where individuals could purchase multiple items where each item populated on its own row. So if someone ordered four different items, it shows on four different rows with the same email address for each row.

    I'm trying to produce a printout that would combine all the different ordered items to a single cell matched by email address.

    For example, the output is currently:

    Column A Column B
    abc123@gmail.com Item A
    abc123@gmail.com Item B
    abc123@gmail.com Item C

    And I'd like an output that produces:

    Column A Column B
    abc123@gmail.com Item A, Item B, Item C

    Bonus if I can also implement a 3rd column (quantity) into the final output.

    Thanks in advance!

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Combine Multiple Cells Based on Unique Identifier (email address)

    Hi,
    Are you using excel 2003?

  3. #3
    Registered User
    Join Date
    06-29-2010
    Location
    Nashville, TN
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Combine Multiple Cells Based on Unique Identifier (email address)

    Ah I should update my profile. Greet catch! I'm using Office 365. Thank you!

  4. #4
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Combine Multiple Cells Based on Unique Identifier (email address)

    OK

    Please Try this:

    C1 and down:
    =IF(A2=A1,B1&","&C2,B1)

    E4
    =UNIQUE(A1:A9)

    F4 and down:
    =INDEX(C:C,MATCH(E4,A:A,0))
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-29-2010
    Location
    Nashville, TN
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Combine Multiple Cells Based on Unique Identifier (email address)

    This looks like it'll work perfectly. Will test it out and let you know for certain - thank you so much!

  6. #6
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Combine Multiple Cells Based on Unique Identifier (email address)

    Good Luck.

  7. #7
    Registered User
    Join Date
    06-29-2010
    Location
    Nashville, TN
    MS-Off Ver
    Office 365
    Posts
    15

    Re: Combine Multiple Cells Based on Unique Identifier (email address)

    Marked as solved. Thank you so, so much. Was able to work backwards from your formula and also implement the quantity column. Very clean end result! Thanks again.

  8. #8
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Combine Multiple Cells Based on Unique Identifier (email address)

    Good! You're welcome.

+ 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] Need to copy data cells from one sheet to another based on unique identifier
    By unitedscentdom in forum Excel - New Users/Basics
    Replies: 9
    Last Post: 02-24-2015, 10:51 AM
  2. Formula to combine cells to build email address
    By yitbos in forum Excel General
    Replies: 4
    Last Post: 12-09-2014, 11:08 AM
  3. Combine multiple rows into one with a unique identifier
    By fordco in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-19-2013, 07:04 PM
  4. Populate Multiple Cells w/ Unique Data from One Identifier
    By econlan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-02-2011, 08:33 PM
  5. Combine rows of data into 1 cell based on unique identifier
    By jud_goh in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-11-2010, 05:06 PM
  6. Combine Unique data for Same Identifier
    By Excel Noobie in forum Excel General
    Replies: 4
    Last Post: 10-12-2006, 08:14 PM
  7. Combine data from 2 worksheets using unique identifier
    By CathyW in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-22-2006, 10:10 PM

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