Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I believe the earliest date value that Excel would recognize as a date value
is 1/1/1900. Assuming the text date in A1 is in dd/mm/yyyy format, to convert it to a date value in B1, you can use this formula: =DATE(RIGHT(A1,4),MID(A1,4,2), LEFT(A1,2)) "David" wrote: Hello, I am not even sure if my Excel spreadsheet sees the column as a date. I have genealogical information that I copied/pasted directly into an excel spreadsheet. The column with the dates show as dd/mm/yyy instead of mm/dd/yyyy. - I am lookin gfor the easiest way to make it a recognizable date column instead of retyping 18/01/1765 over to 01/18/1765, etc. I have over 450 listing and any help to make Excel recognize it as a date and then reformat it into a useable date to sort with would be helpful. Thank You. David |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use date modified to change format & create filter to track change | Excel Worksheet Functions | |||
Can I change a date with no format (20051111) to date format? | New Users to Excel | |||
Change general format to US date format | Excel Discussion (Misc queries) | |||
how do I format cells to change date and time to just date | Excel Discussion (Misc queries) | |||
Change date format | Excel Discussion (Misc queries) |