+ Reply to Thread
Results 1 to 7 of 7

looking for alternatives to the CONCAT function

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    10-22-2020
    Location
    Bharat
    MS-Off Ver
    MS office 24
    Posts
    146

    looking for alternatives to the CONCAT function

    Dear All,

    Please suggest

    alternatives to the CONCAT function

    IFERROR(CONCAT(OFFSET(B5,0,0,L5,1)),"")),"")


    I need alternatives to the CONCAT function for Office 13.
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,083

    Re: looking for alternatives to the CONCAT function

    TEXTJOIN is better than CONCAT or CONCATENATE

    Try this I5 (without helper column):

    =IF(A5="","",TEXTJOIN(" ",TRUE,OFFSET(B5,0,0,IFERROR(MATCH(FALSE(),ISBLANK($A6:$A$10000),0),10000))))

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,350

    Re: looking for alternatives to the CONCAT function

    TEXTJOIN isn't in Excel 2013, though - see the last line of the opening post.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,083

    Re: looking for alternatives to the CONCAT function

    Ah, ok..

    CONCAT will return the same:

    =IF(A5="","",TRIM(CONCAT(OFFSET(B5,0,0,IFERROR(MATCH(FALSE(),ISBLANK($A6:$A$10000),0),10000))&" ")))

    Don't know how to replace it then

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: looking for alternatives to the CONCAT function

    What is the MAXIMUM number of rows that will need to be concatenated. This allows for 4. You can see the pattern, if you need to add more.


    =IF(H5<>"",B5&IF(H6="",B6,"")&IF(H7="",B7,"")&IF(H8="",B8,""),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  6. #6
    Forum Contributor
    Join Date
    10-22-2020
    Location
    Bharat
    MS-Off Ver
    MS office 24
    Posts
    146

    Re: looking for alternatives to the CONCAT function

    Thank you very much

  7. #7
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,479

    Re: looking for alternatives to the CONCAT function

    Are you limited to Excel? Google sheets and Gnumeric both provide a TEXTJOIN() type of function.

    Are you limited to native Excel functions? VBA has a built in Join() function that is very similar to CONCAT() and TEXTJOIN(), so it is usually pretty straightforward to code a UDF that will do the same thing.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ 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. Alternatives to concat
    By acamposla in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-05-2021, 09:06 AM
  2. [SOLVED] extract last 3 numbers from each concat. value in col. B and add to col. A concat cells
    By therealdees in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-17-2021, 11:02 AM
  3. VBA CONCAT Function
    By Bigtex1203 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-28-2018, 07:19 PM
  4. Concat Function
    By Vcare in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-04-2018, 07:23 AM
  5. Alternatives to Concatenate Function??
    By kfoote in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-15-2013, 08:24 PM
  6. VBA function help. Concat cells based on parallel value. Function Included!
    By xsa in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-18-2013, 10:18 AM
  7. concat function
    By okl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-29-2008, 10:00 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