+ Reply to Thread
Results 1 to 6 of 6

European Dates

  1. #1
    Registered User
    Join Date
    07-17-2009
    Location
    Paris
    MS-Off Ver
    Excel 2003
    Posts
    28

    European Dates

    Hi, I need to convert - or have Excel understand that the dates in my column are in European date format (dd-mm-yyyy).
    I tried;
    Format Cell - Date; but it does not have a European format avail.
    Format Cell - Custom; but after using a simple formula (=IF(J107>TODAY(),"greater","less")), it is still not seeing the date correctly

    Any ideas?

    Thanks,
    Jason
    Last edited by jpnyc; 08-10-2010 at 11:37 AM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: European Dates

    Can you upload some examples of what you have and, in another column, what you want to see? So the user is entering the dates in European format and Excel is assuming they are in US format? Or they are automatically being imported in European format?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    07-17-2009
    Location
    Paris
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: European Dates

    We are downloading a spreadsheet from a Euro company.
    I need to analyze the spsh.
    For example, in a column of dates I need to see if the date is "greater" then today.
    =IF(J107>TODAY(),"greater","less")

    The data given is
    "4/11/10"

    In Europe this is the 4 of November 2010.
    Excel is seeing this as as April 11, 2010.

    Any ideas.

    Thanks,

    Jason

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: European Dates

    Try as follows
    select the data range you want to adapt
    Click Data - Text to columns - select "Fixed with" - Next - next - in the column data format check Date and set to MDY .Then OK - All should now be adapted

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: European Dates

    Unless it's initially seeing it as text, I don't think that will work (hopefully it is text). I think you need to convert it to text, then break it apart and put it back together.
    Try this in the next column
    =DATEVALUE(TEXT(A1,"d/m/yyyy"))
    Does that work?

  6. #6
    Registered User
    Join Date
    07-17-2009
    Location
    Paris
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: European Dates

    Great - thanks it worked with "Text to Columns"
    JP

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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