Results 1 to 3 of 3

Check duplicate values and combine cell values to form a single entry

Threaded View

  1. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Check duplicate values and combine cell values to form a single entry

    Maybe, put this on D1 and copied down as necessary:
    =IF(COUNTIF($A$1:$A$22,A1)<2,"",IF(COUNTIF($A$1:A1,A1)=COUNTIF($A$1:$A$22,A1),INDEX(A:A,SUMPRODUCT(MAX(($A$1:A1=A1)*ROW($A$1:A1)))),""))

    And put this on E1 and copied down and cross:
    =IF(SUMIFS(B$1:B$22;$A$1:$A$22;$D1)=0;"";SUMIFS(B$1:B$22;$A$1:$A$22;$D1))
    Attached Files Attached Files
    Last edited by azumi; 11-21-2018 at 02:40 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Combine duplicate values into single Cell with different source data
    By Yuvaraaj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-03-2016, 01:15 PM
  2. [SOLVED] Combine duplicate values into single cell
    By Yuvaraaj in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-03-2016, 07:05 AM
  3. [SOLVED] Combine values from multiple cells into one cell, then delete duplicate lines
    By Ocean Zhang in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2015, 07:01 PM
  4. [SOLVED] Need Urgent help on Adjacent values of Duplicate column values should be be in single row.
    By anto_01 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-11-2012, 09:55 PM
  5. Merge duplicate row cells, but combine unique cell values (Macro)
    By jcornale in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-08-2012, 06:40 PM
  6. Replies: 2
    Last Post: 02-20-2012, 06:06 PM
  7. how to check the duplicate data entry in form?
    By jay11 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-18-2010, 01:59 PM

Tags for this Thread

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