+ Reply to Thread
Results 1 to 2 of 2

ritriev more than one text value to one cell

  1. #1
    Registered User
    Join Date
    02-25-2007
    Posts
    1

    Question ritriev more than one text value to one cell

    Hello to all,

    I have a worksheet with several repeated item but with diffrent text values.
    Is thare a way to join all the items in one row and in the second row have the text values in one cell (like CONCATENATE to all text values).

    This is very URGENT, Please help

    Thank You,
    Danny

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    If you have text values in A1:C1, you can join then together with

    =CONCATENATE(A1," ",B1," ",C1)

    or

    =A1&" "&B1&" "C1

    if you need to separate a string of text into separate cells, then go to Data > Text to Columns, Step 1 Delimited, Step 2 click space, Finish
    Last edited by oldchippy; 02-25-2007 at 09:56 AM.
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

+ 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