twolefthands
Are the times actually numbers? The may have been brought in as text. Try the following text formulas
=LEFT(A1,2) for hour
=MID(A1,4,2) for minute
=RIGHT(A1,2) for second
Wait a second
I just double checked and the HOUR, MINUTE and SECOND function should work even if the time is a text value. Possibly it is a text value with preceding spaces. If this is the case then try
=HOUR(TRIM(A1)
The TRIM function will strip off the spaces. Since the BT (?) site shows hhhh:mm:ss I would bet that a number like 1:00:00 actually has 3 spaces in front of it
Or, if the times are pulled in as 0001:00:00 then the time function can't handle the four digit hour. If this is the case, then use
=HOUR(RIGHT(A1,8)
The hour will roll back to zero if you have a call over 24 hours long
Good Luck
Mark Graesse
[email protected]
----- twolefthands wrote: ----
No luck I'm afraid. I have tried putting info from cell in adjacen
column and formatting the adjacent col as general and making 3 coll
=Hour(A1) Minute(A1) and Second(A1). In each case the error #VALUE i
returned. This happens no matter if A1 is treated as TEXT, TIME, o
Custom hh:mm:ss. In fact the BT listings show hhhh:mm:ss but exce
doesn't seem willing to accept that in the custom format. I'm stumpe
but hopefully someone can come up with something else. Could how
transferred info from BT site have any bearing? I uses copy and past
not any variety of paste special