+ Reply to Thread
Results 1 to 4 of 4

I want to combine 4 columns data into one but without extra + sign

  1. #1
    Forum Contributor
    Join Date
    02-12-2014
    Location
    al ain
    MS-Off Ver
    Excel 2016
    Posts
    149

    Cool I want to combine 4 columns data into one but without extra + sign

    =CONCATENATE(A2,"+",B2,"+",C2,"+",D2)
    the above function combine 4 columns data into one but the problem is it adds extra "+" sign where there is blank cell.
    I don't want that extra + sign. Please watch my attached file.. Thanks for the help.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: I want to combine 4 columns data into one but without extra + sign

    Try thix...
    =SUBSTITUTE(TRIM(A2&" "&B2&" "&C2&" "&D2)," ","+")
    copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    02-12-2014
    Location
    al ain
    MS-Off Ver
    Excel 2016
    Posts
    149

    Re: I want to combine 4 columns data into one but without extra + sign

    Thank you very much!! that worked great..

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: I want to combine 4 columns data into one but without extra + sign

    Happy to help

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Replies: 1
    Last Post: 04-04-2014, 11:30 AM
  2. Compare Data from Two Sheets and Extra the matching data with all the columns
    By gatefire08 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-02-2014, 01:47 PM
  3. Duplicate rows, delete columns w/same data, combine columns w/unique data, Mac Excel 2011
    By msmcoin in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 02-03-2013, 02:10 PM
  4. Replies: 1
    Last Post: 11-02-2012, 09:59 AM
  5. Combine 2 table by common sign in 1 .
    By svetlich in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-20-2012, 12:22 AM
  6. Replies: 8
    Last Post: 08-27-2012, 04:37 PM
  7. Adding extra columns based on the given data
    By nynamyna in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-04-2011, 04:53 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