I received a list of numbers in Custom format (Type: 000000) that represent military time. It always contain 6 digits, and leading zeros are used when necessary. For examp
Try TEXT function, i.e. in B1
=TEXT(A1,"00\:00\:00")+0
and format as hh:mm:ss