I have a Google sheet that needs timestamp in one column as is '2022-09-11 00:13:50 GMT' and in another column I need to convert to '11-09-2022 00:13:50 GMT'
I have tried:
- copying cells into new column and reformatting but it isn't working
-
=datetime(A1,"dd/mm/yyyy hh:mm:ss") -
=TEXT(A1,"dd/mm/yyyy hh:mm:ss") -
=date(A1,"dd/mm/yyyy hh:mm:ss") -
=Timestamp(A2,"dd/mm/yyyy hh:mm:ss")
Note the format column A is in is how it imports from another fixed sheet
I probably just too tired and missing the most obvious thing but I can't figure it out
https://docs.google.com/spreadsheets/d/1alTL1z1ZXIr8rjF6hFHmJuD81OFK7TmqFdnC8ILIPwI/edit?usp=sharing




