Hi,
I've just would like to convert numbers to time format. For example, if I type 164523 I would like it to be displayed in the cell as 16:45:23.
Thank you.
kras
Hi,
I've just would like to convert numbers to time format. For example, if I type 164523 I would like it to be displayed in the cell as 16:45:23.
Thank you.
kras
This link might help
http://www.cpearson.com/excel/DateTimeEntry.htm
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Hi Noob,
Thanks for the reply. I didn't know that it was supposed to be related with coding.
kras
You can use a helper column
=LEFT(A1, 2) & ":" & MID(A1, 3, 2) & ":" & RIGHT(A1, 2)
VBA Noob
Thanks again.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks