Yes - its the old "Date" management problem. I used to be quite good at excel, but this one has me stumped. The situation is this:
Some data has been imported and the date column has come in as a string in "General" format. The string is:
4/19/07 8:14:14 PM
I don't need the time, so I used the "LEFT" function to leave only the date. OK so far. But, if I then try and perform any calculations on it, it fails (of course it would, its not a date!)
So the question, how do I convert:
4/19/07
into a date.
And before you say "just change the format", I have tried that, and it says it has done it, but again, when performing calculations on it, it does not work - the result is a #VALUE!
I have also tried using the "Text to Columns" option, and again that does not result in a date value (I have used this option to change the format from mm/dd/yyyy to dd/mm/yyyy successfully in the past).
If it was a few dates, I would manually update them by re-entering
Suggestions?
Some data has been imported and the date column has come in as a string in "General" format. The string is:
4/19/07 8:14:14 PM
I don't need the time, so I used the "LEFT" function to leave only the date. OK so far. But, if I then try and perform any calculations on it, it fails (of course it would, its not a date!)
So the question, how do I convert:
4/19/07
into a date.
And before you say "just change the format", I have tried that, and it says it has done it, but again, when performing calculations on it, it does not work - the result is a #VALUE!
I have also tried using the "Text to Columns" option, and again that does not result in a date value (I have used this option to change the format from mm/dd/yyyy to dd/mm/yyyy successfully in the past).
If it was a few dates, I would manually update them by re-entering
Suggestions?