G
gb_S49
Hmmmm is it possible for a formula to just extract the time aspect?
30/03/2005 14:17:00
30/03/2005 14:17:00
Duke Carey said:The 2d formula works only if your date & time value is in the cell as text.
If it's there as a serial number, you'll get #VALUE.
I suggested using the actual text in the formula because it is possible that
the cell is text, but contains extra spaces to the right of the digits,
meaning the RIGHT(A64,8) will bring back something that Excel can't translate
into a time, something like ":17:00 " instead of "14:17:00"
If the formula works just with the text, then check cell A64 to see if it is
a serial number or if there are trailing spaces that would gum up the works.
You can try the TRIM function to get rid of unwanted spaces or the CLEAN
function to get rid of non-printing chars