+ Reply to Thread
Results 1 to 3 of 3

Combining Cells into Strings

  1. #1
    Registered User
    Join Date
    05-16-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    6

    Combining Cells into Strings

    I cannot seem to figure this out and it seems so simple.

    In Cell A1 I have the string:
    Please Login or Register  to view this content.
    In cell B1 I want to add a quick formula to combine cell A1 with the letter 'a'. The problem is that it always comes out with a space between 'T2' and 'a'.

    Formula in Cell B1:
    Please Login or Register  to view this content.
    The result: T2 a

    But I need it to read: T2a

    I've tried to use TRIM, CLEAN, and SUBSTITUTE (substitute char(32) for char(160)) but still nothing

    is there any way to do this? I will need to repeat this step many times so I'm hoping to use a formula rather than multiple entries
    Last edited by bagofmilk; 12-06-2012 at 11:19 AM.

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Combining Cells into Strings

    Try

    =TRIM(A1)&"a"

  3. #3
    Registered User
    Join Date
    05-16-2012
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Combining Cells into Strings

    Quote Originally Posted by Bob Phillips View Post
    Try

    =TRIM(A1)&"a"
    Thanks Bob!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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