Forum Discussion
Split date time cell value
- Jun 27, 2021
Here is a small example, inserted in the file. At the same time, additional suggestions for solutions and information
example 2:
=TEXT(A1,"h:mm:ss")
examble 3:
=TIME(TEXT(A1,"h"),TEXT(A1,"m"),TEXT(A1,"s"))
examble 4:
=TIME(HOUR(A1),MINUTE(A1),SECOND(A1))
Additional Information:
Nikolino
I know I don't know (Socrates)
* Kindly Mark and Vote any reply if it helps please, as it will be beneficial to more Community members reading here.
Here is a small example, inserted in the file. At the same time, additional suggestions for solutions and information
example 2:
=TEXT(A1,"h:mm:ss")
examble 3:
=TIME(TEXT(A1,"h"),TEXT(A1,"m"),TEXT(A1,"s"))
examble 4:
=TIME(HOUR(A1),MINUTE(A1),SECOND(A1))
Additional Information:
Nikolino
I know I don't know (Socrates)
* Kindly Mark and Vote any reply if it helps please, as it will be beneficial to more Community members reading here.
Thanks to all, now resolved NikolinoDE