+ Reply to Thread
Results 1 to 3 of 3

Text in cells

  1. #1
    Forum Contributor
    Join Date
    06-05-2006
    Posts
    166

    Text in cells

    Is it possible to get the text from two separate cells to be inserted into one cell. For example if I have "Dave" in cell 1, and "Mike" in cell 2 can I somehow get cell 4 to show "Dave v Mike".

    Thanks,

    Phil

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    A1 = Dave
    B1 = Mike
    D1 =A1&" v "&B1

    It's called the concatenate function. Help will show you examples


    VBA Noob

  3. #3
    Forum Contributor
    Join Date
    06-05-2006
    Posts
    166
    Thanks very much!

+ 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