+ Reply to Thread
Results 1 to 2 of 2

How to combine 2 cells' data into 1 cell?

  1. #1

    How to combine 2 cells' data into 1 cell?

    Hi all,

    Assume Cell B1 is "ClassA"
    Assume Cell B2 is "MayMay"

    I would like to make D2 as "ClassA MayMay"


    How can i do that?
    I have tried to write as =B1,B2 it seems not workable~

    Thanks.


  2. #2
    Jon Peltier
    Guest

    Re: How to combine 2 cells' data into 1 cell?

    Use '&' to build a string of characters:

    =B1&" "&B2

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services
    Tutorials and Custom Solutions
    http://PeltierTech.com/
    _______


    [email protected] wrote:

    > Hi all,
    >
    > Assume Cell B1 is "ClassA"
    > Assume Cell B2 is "MayMay"
    >
    > I would like to make D2 as "ClassA MayMay"
    >
    >
    > How can i do that?
    > I have tried to write as =B1,B2 it seems not workable~
    >
    > Thanks.
    >


+ 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