Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I export from an application csv reports for treatment in Excel. However, the dates appearing in the CSV have can have several different format, e.g.: mm/dd/yyyy hh:mm mm.dd.yyyy hh:mm Is there a way to programmatically harmonize the date formats in a selected range? Thanks. Raph |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe you could record a macro when you try to get all the variations into one
category. Select the range to fix and edit|replace what: . (dot) with: / (slash) replace all Maybe a few mass changes would make all your entries consistent. You may find that this actually changed the cells to dates and times. (And if the original entries with slashes are text, just edit|replace what: / (slash) with: / (slash) replace all. wrote: Hi, I export from an application csv reports for treatment in Excel. However, the dates appearing in the CSV have can have several different format, e.g.: mm/dd/yyyy hh:mm mm.dd.yyyy hh:mm Is there a way to programmatically harmonize the date formats in a selected range? Thanks. Raph -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ooooh. And all that assumed that your windows short date was mm/dd/yyyy.
wrote: Hi, I export from an application csv reports for treatment in Excel. However, the dates appearing in the CSV have can have several different format, e.g.: mm/dd/yyyy hh:mm mm.dd.yyyy hh:mm Is there a way to programmatically harmonize the date formats in a selected range? Thanks. Raph -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permanent conversion of 1904 date format to 1900 date format | Excel Worksheet Functions | |||
convert serial date format to normal date format | Excel Discussion (Misc queries) | |||
Convert date + time text format to date format | Excel Worksheet Functions | |||
code to convert date from TEXT format (03-02) to DATE format (200203) | Excel Programming | |||
Change a date in text format xx.xx.20xx to a recognised date format | Excel Programming |