+ Reply to Thread
Results 1 to 4 of 4

Textjoin for multiple sheets without duplicate value

  1. #1
    Registered User
    Join Date
    12-26-2016
    Location
    kl
    MS-Off Ver
    2013
    Posts
    6

    Textjoin for multiple sheets without duplicate value

    hi, can help me to get the cell value from different sheets without duplicate.

    my table as below,

    sheet 1
    column a, column b,
    001 , nn
    002 ,
    003 , rr
    004 ,

    sheet 2
    column a, column b,
    001 , rr
    002 ,
    003 ,
    004 , nn

    sheet 3
    column a, column b,
    001 , nn
    002 , nn
    003 ,
    004 ,


    result i want is..

    sheet 4
    column a, column b,
    001 , nn, rr (no duplicate, only one 'nn')
    002 , nn
    003 , rr
    004 , nn


    the formula that i use in (sheet 4,column b) is:
    =TEXTJOIN(",",true,
    IF(a1=sheet1!$a$1:$a$4,sheet1!$B$1:$b$4,
    IF(a1=sheet2!$a$1:$a$4,sheet2!$B$1:$b$4,
    IF(a1=sheet3!$a$1:$a$4,sheet3!$B$1:$b$4,
    ""))))

    the answer that i got from this formula (column b1) is 'nn,rr,nn'.
    how do i include (isnumber) or (iferror) or (countif) or anything to remove duplicate value in cell, so that my answer is 'nn,rr'

    tq tq

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,181

    Re: Textjoin for multiple sheets without duplicate value

    I think you need to update your profile. If you are using Textjoin, you are probably on 365 or 2021, right?
    It's easier for us to give you an accurate answer if you supply a good sample workbook. Please read the yellow banner at the top of the page

  3. #3
    Registered User
    Join Date
    12-26-2016
    Location
    kl
    MS-Off Ver
    2013
    Posts
    6

    Re: Textjoin for multiple sheets without duplicate value

    hi
    yes, i m using 365. but my colleague is using excel 2016 and excel 2019.. so basically i need to use those old version of formula, so that they can read/view as well

  4. #4
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    3,181

    Re: Textjoin for multiple sheets without duplicate value

    so you can't use TEXTJOIN. You didn't attach a sample workbook. I think this is going to be much harder without v365.

+ 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] SPILL array with TEXTJOIN and duplicate lines
    By ardross in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-27-2022, 03:06 PM
  2. Formula to merge duplicate and textjoin
    By Muneer1977 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-16-2022, 07:15 AM
  3. [SOLVED]Using TEXTJOIN with multiple criterions
    By Big_Excel_Noob in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-09-2019, 08:57 PM
  4. [SOLVED] TEXTJOIN - getting 1 occurrence of duplicate values only
    By aTRc in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-30-2019, 03:36 AM
  5. Modify TEXTJOIN formula to avoid duplicate returns
    By Thintin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-18-2019, 11:06 AM
  6. [SOLVED] TEXTJOIN with multiple criteria
    By Allerdrengen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-25-2018, 09:22 AM
  7. Replies: 8
    Last Post: 01-30-2016, 05:00 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