Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Google Sheet convert time format to another

Whenever I extract raw data from this specific tool I am getting the date format of

Fri Sep  2 10:29:50 2022
Fri Sep  9 10:31:01 2022
Mon Sep 12 10:32:28 2022

and I am having a hard time converting it to this kind of format in Google Sheet

9/2/2022 10:29
9/9/2022 10:31
9/12/2022 10:32

Already tried using different of formating but still can’t convert it to the above format.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

use:

=ARRAYFORMULA(IF(A1:A5="",,REGEXREPLACE(TRIM(A1:A5), 
 "(.*) (.*) (.*) (.*) (.*)", "$2/$3/$5 $4")*1))

enter image description here

then do:

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading