+ Reply to Thread
Results 1 to 3 of 3

Date in a different language

  1. #1
    Pastrocchio
    Guest

    Date in a different language

    Hi.
    My PC is in Italian language. In a file of Excel I need to get the dates in
    English.
    I have set the date format as follows: [$-409]gggg, mmmm gg, aaaa
    which gives the following result: Venerdì, Aprile 21, 2006
    That is, the date actually in English format, but in Italian language...
    In My PC the English language is already available: What have I to do now to
    set this specific file in English language?

    Thanks in advance.
    CIAO

  2. #2
    William Horton
    Guest

    RE: Date in a different language

    You could use the DATE function and other text functions to create the date
    in the language you want.

    I used the following formula to switch between USA and England date formats
    once.

    =DATE(RIGHT(A2,4),LEFT(A2,(FIND("/",A2,1))-1),MID(A2,(FIND("/",A2,1))+1,(FIND("/",A2,(FIND("/",A2,1))+1))-(FIND("/",A2,1))-1))

    Or you could change the regional settings on your PC when you work on the
    file you are talking about.

    Bill Horton
    "Pastrocchio" wrote:

    > Hi.
    > My PC is in Italian language. In a file of Excel I need to get the dates in
    > English.
    > I have set the date format as follows: [$-409]gggg, mmmm gg, aaaa
    > which gives the following result: Venerdì, Aprile 21, 2006
    > That is, the date actually in English format, but in Italian language...
    > In My PC the English language is already available: What have I to do now to
    > set this specific file in English language?
    >
    > Thanks in advance.
    > CIAO


  3. #3
    Pastrocchio
    Guest

    RE: Date in a different language

    Thanks a lot William,

    In the meantime I came to know that In Office 2003 I can set the date in
    English by setting the format of the date as follows:
    [$-409]gggg, mmmm gg, aaaa

    The problem is that I have OFFICE 2000, with wich that formula does not work.
    The guide in office 2000 mentions the option of changing the language, but
    I'm not able to understand how to do. Maybe there is a different formula to
    insert or some additional operation to do in order to activate that function.

    HELP!!!


    "William Horton" wrote:

    > You could use the DATE function and other text functions to create the date
    > in the language you want.
    >
    > I used the following formula to switch between USA and England date formats
    > once.
    >
    > =DATE(RIGHT(A2,4),LEFT(A2,(FIND("/",A2,1))-1),MID(A2,(FIND("/",A2,1))+1,(FIND("/",A2,(FIND("/",A2,1))+1))-(FIND("/",A2,1))-1))
    >
    > Or you could change the regional settings on your PC when you work on the
    > file you are talking about.
    >
    > Bill Horton
    > "Pastrocchio" wrote:
    >
    > > Hi.
    > > My PC is in Italian language. In a file of Excel I need to get the dates in
    > > English.
    > > I have set the date format as follows: [$-409]gggg, mmmm gg, aaaa
    > > which gives the following result: Venerdì, Aprile 21, 2006
    > > That is, the date actually in English format, but in Italian language...
    > > In My PC the English language is already available: What have I to do now to
    > > set this specific file in English language?
    > >
    > > Thanks in advance.
    > > CIAO


+ 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