C
Carlos
I imported some data from a delimited file where one of
the columns represented date data. When importing the data
to Excel, I requested from the program to assign a date
data type to the date column and completed the data
import. Unfortunately, the import process assigned a
general data type to the date column and the values are
represented like in 20040605 for June 5, 2004. Excel sees
20040605 as a number but when trying to format the cell to
a date, I get a string of ####### indicating that the date
value is a negative date.
Any suggestions on how to convert this data into a date
format?
Thank you.
the columns represented date data. When importing the data
to Excel, I requested from the program to assign a date
data type to the date column and completed the data
import. Unfortunately, the import process assigned a
general data type to the date column and the values are
represented like in 20040605 for June 5, 2004. Excel sees
20040605 as a number but when trying to format the cell to
a date, I get a string of ####### indicating that the date
value is a negative date.
Any suggestions on how to convert this data into a date
format?
Thank you.