Share via

TEXTJOIN function

Anonymous
2018-06-15T13:19:27+00:00

I am using the textjoin function to create a list of objects that meet 1 given criteria. I am getting a #name? error message.  I have made sure that the data that i am using is formatted as :general".  what next?  Here is my formula:  

{=textjoin(", ",1,REPT($A$2:$A$6651,(N2:N6651=$A6660)+0))}

What i am asking in this formula is:  look at the values in column "n" that match the value in cell A6660, and return a list of values from column "A".

Thank you.

Patty

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Anonymous
    2018-06-16T15:21:58+00:00

    Hi,

    Looks like that formula is not supported in your version of MS Excel.  When you start tying =TEXTJOIN(, do you see the tool tips?

    I am using Office 2016.  It should be a supported function.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-06-16T15:21:05+00:00

    Hi.  It worked for me.

    Just want to say that the use of REPT here is very clever.

    I've never seen that technique, so thank you for sharing.

    Pretty neat.   :>)

    Just learning it myself. :)

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-06-16T15:07:47+00:00

    Hi.  It worked for me.

    Just want to say that the use of REPT here is very clever.

    I've never seen that technique, so thank you for sharing.

    Pretty neat.   :>)

    Was this answer helpful?

    0 comments No comments
  4. Ashish Mathur 101.8K Reputation points Volunteer Moderator
    2018-06-16T07:26:19+00:00

    Hi,

    Looks like that formula is not supported in your version of MS Excel.  When you start tying =TEXTJOIN(, do you see the tool tips?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-06-15T13:20:31+00:00

    I have also tried :

    {=textjoin(", ",1,IF(N2:N6651=A6661,A2:A6651,""))}

    Was this answer helpful?

    0 comments No comments