Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default Help with date format mm/dd/yyyy vs. dd/mm/yyyy

Hi all,

I appreciate your help on the following:

I have a list of dates that i recieved as excel file. the dates are
formatted as month/day/year but the truth of the matter is that it is
day/month/year...for example,

one data point is shown as 12/8/2009, when i click to see its format it is
Date format *3/14/2001 so excel thinks it is december 8 2009...now i want
excel to know that the date is 12/8/2009 which is 12 august 2009...i tried
text to column but the problem is that excel still thinks that the first
number is the month but i want it to know that it is the day not the
month....if i try to change the format to dd/mm/yyyy from custom date, still
excel is confused so it switched both figures but it is wrong to start with!!!
i tried to copy past the value and try to text to column with / being the
separator, but then excel will give me the serial number of the date!!

i very much appreciate your help and thanks in advance

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Help with date format mm/dd/yyyy vs. dd/mm/yyyy

Formatting the cell will change only how the date is displayed, but not what
the value is of the date stored.

The decision on interpretation of ambiguous dates such as 12/8/2009 when you
input them is governed not by the cell formatting in Excel but by Windows
regional Options (in Control Panel). Use this to get the interpretation
right before you put your data into Excel.
--
David Biddulph

"Dream" wrote in message
...
Hi all,

I appreciate your help on the following:

I have a list of dates that i recieved as excel file. the dates are
formatted as month/day/year but the truth of the matter is that it is
day/month/year...for example,

one data point is shown as 12/8/2009, when i click to see its format it is
Date format *3/14/2001 so excel thinks it is december 8 2009...now i want
excel to know that the date is 12/8/2009 which is 12 august 2009...i tried
text to column but the problem is that excel still thinks that the first
number is the month but i want it to know that it is the day not the
month....if i try to change the format to dd/mm/yyyy from custom date,
still
excel is confused so it switched both figures but it is wrong to start
with!!!
i tried to copy past the value and try to text to column with / being the
separator, but then excel will give me the serial number of the date!!

i very much appreciate your help and thanks in advance



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Help with date format mm/dd/yyyy vs. dd/mm/yyyy

Dream,

Excel will interpret dates where the day is 12 or less as being mm/dd rather than dd/mm, and cases
where the day would result in an incorrent month as dd/mm.

So, you could try this: Use a column of formulas to convert the dates... for dates starting in cell
A2, use

=IF(DAY(A2)<13,DATE(YEAR(A2),DAY(A2),MONTH(A2)),A2 )

and copy down to match your column of dates, then copy and paste values over your original dates.

HTH,
Bernie
MS Excel MVP


"Dream" wrote in message
...
Hi all,

I appreciate your help on the following:

I have a list of dates that i recieved as excel file. the dates are
formatted as month/day/year but the truth of the matter is that it is
day/month/year...for example,

one data point is shown as 12/8/2009, when i click to see its format it is
Date format *3/14/2001 so excel thinks it is december 8 2009...now i want
excel to know that the date is 12/8/2009 which is 12 august 2009...i tried
text to column but the problem is that excel still thinks that the first
number is the month but i want it to know that it is the day not the
month....if i try to change the format to dd/mm/yyyy from custom date, still
excel is confused so it switched both figures but it is wrong to start with!!!
i tried to copy past the value and try to text to column with / being the
separator, but then excel will give me the serial number of the date!!

i very much appreciate your help and thanks in advance



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Help with date format mm/dd/yyyy vs. dd/mm/yyyy

Hi Dream,

It's a basic problem of your regional settings. kindly set the date
properly under the same as "dd/mm/yyyy" and your problem is over.

To do the same, click on start, control panel, regional settings/regional &
language options, click on customize, select date pane and enter "short date
format " as "dd/mm/yyyy.

click yes below, if it helps

"Dream" wrote:

Hi all,

I appreciate your help on the following:

I have a list of dates that i recieved as excel file. the dates are
formatted as month/day/year but the truth of the matter is that it is
day/month/year...for example,

one data point is shown as 12/8/2009, when i click to see its format it is
Date format *3/14/2001 so excel thinks it is december 8 2009...now i want
excel to know that the date is 12/8/2009 which is 12 august 2009...i tried
text to column but the problem is that excel still thinks that the first
number is the month but i want it to know that it is the day not the
month....if i try to change the format to dd/mm/yyyy from custom date, still
excel is confused so it switched both figures but it is wrong to start with!!!
i tried to copy past the value and try to text to column with / being the
separator, but then excel will give me the serial number of the date!!

i very much appreciate your help and thanks in advance

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Format date dd.mm.yyyy to dd/mm/yyyy Kiwi User Excel Discussion (Misc queries) 7 May 7th 23 11:44 AM
change date format from dd/mm/yyyy to mm/yyyy flow23 Excel Discussion (Misc queries) 3 April 4th 23 11:26 AM
format cells from mm/dd/yyyy to yyyy bbane New Users to Excel 3 April 2nd 09 03:42 PM
How do I convert a birthdate format from yyyy/mm/dd to mm/dd/yyyy Amy Ann Excel Worksheet Functions 3 December 13th 07 08:07 PM
how do I change date from mm/dd/yyyy to dd:mm:yyyy format in Excel Jack Wilson New Users to Excel 4 July 18th 06 01:57 PM


All times are GMT +1. The time now is 07:02 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"