Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A good way of handling dates that may be in UK or US format is to make
the cells DD MMM YYYY format (or MMM DD YYYY as you see fit) which puts the month name into alpha format. Another thought I should mention is that I have many programs which extract dates from mainframe systems, and I ALWAYS pull in the dateserial of the day, month and year part of the date rather than relying on Excel to interpret the input. When items are input manually, then have the cell pre-formatted as a date, and also use data validation to ensure that they PUT dates - many users think that 01.01.01 is OK as a date! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert dd/mm/yy date format to yyddd Julian date format | Excel Worksheet Functions | |||
Convert european foreign date format to US 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 |