Thread
:
Time conversion
View Single Post
#
2
Posted to microsoft.public.excel.misc
Gary''s Student
external usenet poster
Posts: 11,058
Time conversion
in B1 enter:
=LEFT(A1,1) & ":" & RIGHT(A1,4)
--
Gary''s Student - gsnu200828
"M.A.Tyler" wrote:
A1=124.4
Can this be changed to read 1:24.4?
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student