+ Reply to Thread
Results 1 to 5 of 5

Help on Concatenate

  1. #1
    kiran
    Guest

    Help on Concatenate

    Hi All,
    I have a data in col A and B as mentioned below .......
    A B
    Issued on 15-06-04
    Baselined on 27-11-03
    Released on 10-02-04
    Issued on 15-06-04
    Baselined on 13-01-05
    Issued on 15-06-04

    when i concatenate A & B i get result ..
    Issued on 15-06-04 Issued on 38153
    Baselined on 27-11-03 Baselined on 37952
    Released on 10-02-04 Released on38027
    Issued on 15-06-04 Issued on 38153
    Baselined on 13-01-05 Baselined on 38365
    Issued on 15-06-04 Issued on 38153

    I want result in C column
    Issued on 15/06/04

    what is the solution for this

    TIA

  2. #2
    Registered User
    Join Date
    02-09-2004
    Location
    The Netherlands
    Posts
    46
    Try this:
    =A1&TEXT(B1,"dd/mm/yy")

  3. #3
    Oliver Ferns via OfficeKB.com
    Guest

    Re: Help on Concatenate

    Hi
    Try this...

    =A1&TEXT(A2,"DD-MM-YYYY")

    Cheers,
    Oli

    --
    Message posted via http://www.officekb.com

  4. #4
    Oliver Ferns via OfficeKB.com
    Guest

    Re: Help on Concatenate

    I meant...

    =A1&TEXT(B1,"DD-MM-YYYY")


    but you get the picture!

    O

    --
    Message posted via http://www.officekb.com

  5. #5
    Biff
    Guest

    Help on Concatenate

    Hi!

    Try this:

    =A1&" "&TEXT(B1,"dd-mm-yy")

    Biff

    >-----Original Message-----
    >Hi All,
    > I have a data in col A and B as mentioned below .......
    >A B
    >Issued on 15-06-04
    >Baselined on 27-11-03
    >Released on 10-02-04
    >Issued on 15-06-04
    >Baselined on 13-01-05
    >Issued on 15-06-04
    >
    >when i concatenate A & B i get result ..
    >Issued on 15-06-04 Issued on 38153
    >Baselined on 27-11-03 Baselined on 37952
    >Released on 10-02-04 Released on38027
    >Issued on 15-06-04 Issued on 38153
    >Baselined on 13-01-05 Baselined on 38365
    >Issued on 15-06-04 Issued on 38153
    >
    >I want result in C column
    >Issued on 15/06/04
    >
    >what is the solution for this
    >
    >TIA
    >.
    >


+ 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