Forum Discussion
Eklavya
Dec 13, 2019Copper Contributor
Unable to format Time
Unable to format time
- Dec 14, 2019
Another variant is
=--REPLACE(REPLACE(TEXT(C1,"000000"),LEN(TEXT(C1,"000000"))-1,0,":"),LEN(TEXT(C1,"000000"))-3,0,":")and apply Time format.
SergeiBaklan
Dec 14, 2019Diamond Contributor
Another variant is
=--REPLACE(REPLACE(TEXT(C1,"000000"),LEN(TEXT(C1,"000000"))-1,0,":"),LEN(TEXT(C1,"000000"))-3,0,":")
and apply Time format.