Reputation: 123
I have a Google Sheet with a datetime string in the following format:
15-08-2021 12:30:00
I want to convert the above into a Unix timestamp, resulting in:
1629012600
Note: I do not want to use Google Apps Script.
Upvotes: 5
Views: 10318