+ Reply to Thread
Results 1 to 4 of 4

Combine text data from 2 cells

Hybrid View

  1. #1
    Brad
    Guest

    Combine text data from 2 cells

    simple question
    a1 has brad
    b1 has glaberson
    i want c1 to be brad glaberson
    what is the formula, please

    thanks
    brad

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Brad,

    =CONCATENATE(A1," ",B1)

    or

    =A1&" "&B1

    HTH

    Steve

  3. #3
    Brad
    Guest

    Re: Combine text data from 2 cells

    Perfect!!!
    thanks guys

    "SteveG" wrote:

    >
    > Brad,
    >
    > =CONCATENATE(A1," ",B1)
    >
    > or
    >
    > =A1&" "&B1
    >
    > HTH
    >
    > Steve
    >
    >
    > --
    > SteveG
    > ------------------------------------------------------------------------
    > SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
    > View this thread: http://www.excelforum.com/showthread...hreadid=542267
    >
    >


  4. #4
    Ron Coderre
    Guest

    RE: Combine text data from 2 cells

    Try this:

    C1: =A1&" "&B1

    Does that help?
    ***********
    Regards,
    Ron

    XL2002, WinXP


    "Brad" wrote:

    > simple question
    > a1 has brad
    > b1 has glaberson
    > i want c1 to be brad glaberson
    > what is the formula, please
    >
    > thanks
    > brad


+ 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