I use PSPad as a text editor, which allows you to press Alt + D to insert a timestamp, e.g.:
2010-07-17 23:45:44
Is there a way to do this in a Google Spreadsheet?
|
I use PSPad as a text editor, which allows you to press Alt + D to insert a timestamp, e.g.:
Is there a way to do this in a Google Spreadsheet? |
|||||||
|
|
I use AutoHotKey to perform this function. AutoHotKey is a Windows scripting application and language. The code I use is below, it would be easily modifiable to insert the time and change the slashes to hyphens if that is what you prefer.
|
|||||
|
|
Google Docs supports the following keyboard shortcuts:
See Keyboard accelerators, mnemonics, and shortcuts for more details. |
|||||||
|
|
||||
|
|
|
You can put in a bookmarklet with this location:
then edit the cell and click the bookmarklet. |
||||
|
|
|
I created a little script that converts the string literal "_now" to current datetime -
I find it pretty handy to type See https://developers.google.com/apps-script/quickstart/macros and https://developers.google.com/apps-script/understanding_events for more info on how to add this to your Google Spreadsheet |
|||
|
|
|
Google Docs doesn't support it, but you can try another workaround without external apps:
(If you are on a MacOS, use Cmd instead of Ctrl for |
||||
|
|
|
There is an easy way to do it using the script gallery. There is a good video which shows you how to do it. Have a look at this: https://www.youtube.com/watch?v=s7B0bzVvcL8 |
||||
|
|
The formula for spreadsheets is |
||||
|
||||
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information. |
||||