I don't use any other spreadsheet program besides excel and I've never seen
anything built into it that will automatically convert things like that into
dates--with the exception of the text import wizard and data|text to columns.
And macros can be written to do almost anything you want--I wouldn't be
surprised if there is an addin that has this as a feature--but I'm not aware of
it.
I forgot the text import function and yes, that would certainly work for
external data. I suppose that a few lefts/mids etc would let you pull out
the date from a date/time already as text in that format too when I think
about it

That said, I would still be interested if anyone knows of any add ins or
similar to use that format as dates/times.
Thanks
Bruce Sinclair wrote:
If it's in one column...
Select that column
Data|Text to columns
Fixed width
(Uncheck any lines excel guesses)
Choose ymd (or Ydm???)
and plop it back where you found it.
beginnergirl wrote:
Example import:
20060202
Not sure if it's text or not but need to convert to real date format so
that
I can do date calculations.
This raises an interesting question (well, to me anyway

).
The yearmonthdayhour ... date and time format is probably the least
ambiguous of any of them (and I think is the SI standard). Are there any
spreadsheet packages, XL macros or similar to handle them yet ?
Seems odd to have an apparently excellent standard that no one is using ...
well it does to me.
Thanks.