L
Legacy 143009
Guest
Hi,
TEXT(A1,"hh:mm:ss##:##:00") is not working. How can I format the time as it will show seconds always "00"?
I don't want to use any floor or round function because the problem I face is already because of precision overflow. So I want to take a shortcut with text formatting.
Eg: 01:00:01 => 01:00:00
Thanks a lot!
TEXT(A1,"hh:mm:ss##:##:00") is not working. How can I format the time as it will show seconds always "00"?
I don't want to use any floor or round function because the problem I face is already because of precision overflow. So I want to take a shortcut with text formatting.
Eg: 01:00:01 => 01:00:00
Thanks a lot!
Last edited by a moderator: