+ Reply to Thread
Results 1 to 3 of 3

Transform text in date format

  1. #1
    ina
    Guest

    Transform text in date format

    Hello all,

    I have this date 12.12.2006 and I would like to transform in a date
    format. Is it possible? any suggestion?

    Ina


  2. #2
    Michael
    Guest

    RE: Transform text in date format

    Try this formula:
    =DATE(RIGHT(D19,4),MID(D19,4,2),LEFT(D19,2))

    Where D19 is the cell where the date is, the modify it as needed.
    "ina" wrote:

    > Hello all,
    >
    > I have this date 12.12.2006 and I would like to transform in a date
    > format. Is it possible? any suggestion?
    >
    > Ina
    >
    >


  3. #3
    ina
    Guest

    Re: Transform text in date format


    Michael wrote:
    > Try this formula:
    > =DATE(RIGHT(D19,4),MID(D19,4,2),LEFT(D19,2))
    >
    > Where D19 is the cell where the date is, the modify it as needed.
    > "ina" wrote:
    >
    > > Hello all,
    > >
    > > I have this date 12.12.2006 and I would like to transform in a date
    > > format. Is it possible? any suggestion?
    > >
    > > Ina
    > >
    > >


    Thank you Michael but with vba need I use dateserial, there isn't a
    function called date in vba? isn't?

    Ina


+ 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