The only thing I could think of is that the cells that really look like time
aren't. I was guessing that the value in the cell was a string--just like
typing a leading apostrophe will force the entry to be treated as text.
'January 12, 2004
(either with the leading apostrophe or typed into a cell that was already
formatted as Text will look like a date--but not treated as a date.)
One more test (if you're up for it).
Real dates/times in excel are just plain numbers.
Try this formula in a couple of empty cells:
=isnumber(a1)
And point at one of those cells that you know is ok. And point to a "bad" cell
in the other formula.
If you see True, then that cell should react to your formatting change.
If you see False, then that cell shouldn't react to your formatting change.
The stuff we tried (er, you tried) was supposed to convert the Text values to
Number values. I'm not sure why none of it worked.
Thanks for your help.
I don't know what adding did to the data, but...
#1 I copied the cells just like you said.
#2 I tried formatting the new cells using time and it would NOT work.
#3 I tried using "CUSTOM" format hh:mm and it DID work!!!
Great !!!, but wait...
#4 Just for grins I tried "CUSTOM" format hh:mm (again, I tried it before)
on the original 2nd column of time and it still did NOT work.
Time and Custom did NOT work on the original 2nd column of time data, but
the Custom DID work on the ADDed data.
I don't know what ADDing does, but it somehow fixed the cell properties to
some degree!!!
Thinking out loud...
The cell properties for Time Format must be temperamental because:
Excel has always recognized all the time(s) in this spreadsheet because the
cell in the tool bar ALWAYS displayed the default format using "AM" or "PM"
as applicable when the cursor was at a cell with the time in it. If it could
not recognize the time data as time then why did it display "AM" or "PM" as
applicable? Single digit hours and 11 had AM and all other 2 digit hours had
PM (these are daytime hours)
Also Time formatted the 1st column (of time) correctly, but would not format
the 2nd
Again thanks for the reply!
Thanks, Tracey