+ Reply to Thread
Results 1 to 5 of 5

text and date format in a cell

  1. #1
    Nicawette
    Guest

    text and date format in a cell

    Hi all,

    is it possible to format an excel cell with a text and a date in the
    same cell ?

    eg :

    In A1 I've a text cell : "360 :"
    In A2 I've a date formated in ddmmyy
    In A3 I've a text cell :"zzzzzzz"

    In A4 I would like to concatenate all the cells but I've the following
    result : "360:38895zzzzzzz" instead of "360:ddmmyyzzzzzzz" where 38895
    is the excel date.

    Thank you

    Nic


  2. #2
    Forum Contributor
    Join Date
    06-01-2006
    Posts
    324
    =CONCATENATE(A1,TEXT(A2,"ddmmyy"),A3)

    HTH
    Google is your best friend!

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    =A1&TEXT(A2,"ddmmyy")&A3

  4. #4
    Gord Dibben
    Guest

    Re: text and date format in a cell

    Nic

    =A1 & TEXT(A2,"ddmmyy" & A3)


    Gord Dibben MS Excel MVP

    On 27 Jun 2006 15:09:32 -0700, "Nicawette" <[email protected]> wrote:

    >Hi all,
    >
    >is it possible to format an excel cell with a text and a date in the
    >same cell ?
    >
    >eg :
    >
    >In A1 I've a text cell : "360 :"
    >In A2 I've a date formated in ddmmyy
    >In A3 I've a text cell :"zzzzzzz"
    >
    >In A4 I would like to concatenate all the cells but I've the following
    >result : "360:38895zzzzzzz" instead of "360:ddmmyyzzzzzzz" where 38895
    >is the excel date.
    >
    >Thank you
    >
    >Nic



  5. #5
    Nicawette
    Guest

    Re: text and date format in a cell

    thank you all of you




    daddylonglegs a =E9crit :

    > =3DA1&TEXT(A2,"ddmmyy")&A3
    >
    >
    > --
    > daddylonglegs
    > ------------------------------------------------------------------------
    > daddylonglegs's Profile: http://www.excelforum.com/member.php?action=3Dge=

    tinfo&userid=3D30486
    > View this thread: http://www.excelforum.com/showthread...hreadid=3D556=

    258


+ 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