J
jerry.ranch
I got some data out of one of our in house databases and it comes out
as 01/022206, for example..a missing second "/" (we need to FIX that
damn databse too)
I have thousands of these rows, and I need to do some analyses by
date, so I need a correct date.
So I was going to use text to columns> fixed width and separate the
01/02 from the 2006, then I would concatenate with
(replacing the actual contents with the cell name of course)
="01/02"&"/"&"2006"
But when I do the text to columns, I get the 2006 but I I don't get
01/02.. I get a serial number(even when formatting as text) and then
when I contencate I get garbage
Need help
Thanks
Jerry
as 01/022206, for example..a missing second "/" (we need to FIX that
damn databse too)
I have thousands of these rows, and I need to do some analyses by
date, so I need a correct date.
So I was going to use text to columns> fixed width and separate the
01/02 from the 2006, then I would concatenate with
(replacing the actual contents with the cell name of course)
="01/02"&"/"&"2006"
But when I do the text to columns, I get the 2006 but I I don't get
01/02.. I get a serial number(even when formatting as text) and then
when I contencate I get garbage
Need help
Thanks
Jerry