Brought to you by:
Welcome to the Google Sheets Tips newsletter #359, your Monday morning espresso, in spreadsheet form! Have you noticed how much Google Sheets has changed in the past couple of years? We tend to think of spreadsheets as static tools, but that's just not the case. When I open a Sheet today I invariably use Tables and AI tools, both of which weren't available a few years ago. So I’ve been building something new to help you get fully up to speed with the modern way of working in Sheets. It's a new course called Modern Google Sheets that will be available next month. 👉 Join the interest list to get sneak peeks and updates. (Joining the waitlist simply means I’ll share updates and email you first when the course is ready — no obligation.) Now, onto today's newsletter, all about the topic of today! ➜ NewsI. II. Read the announcement here >> ➜ Sheets Tip #359: Today in Google SheetsIn this tip, we look at the many different ways to get today's date in a cell in Google Sheets. I use tip number 1 on a daily basis! 1. Use the shortcutUse this shortcut to quickly add today's date in a cell in Google Sheets: Cmd + ; (on a Mac) Ctrl + ; (PC/Chromebook) 2. Use the "@" menuType "@today" in a blank cell to add today's date. Neat! Pro tip: you can get other dates like "@yesterday" or "@next tuesday" using this method. Check out Google Sheets Tip 313 for all the details. 3. Use a Data Validation Calendar PickerYou can force a cell to show a mini-calendar on a double-click, which includes a handy "Today" button. Select the cell or range of cells, then:
Now, when you double-click on that cell, a calendar will pop up, allowing you to select today's date with a single click. 4. Use a FunctionUse any of these functions to get today's date in a cell: =TODAY() =NOW() (includes the timestamp)
=DATE(2025,9,15) And here's a bonus, exotic QUERY function method: =QUERY( ,"select now() label now() ''") (includes the timestamp) Voila! Any other methods I'm missing? If you enjoyed this newsletter, please forward it to a friend who might enjoy it. Have a great week! Cheers, |
Get better at working with Google Sheets! Join 50,000 readers to get an actionable tip in your inbox every Monday.
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #358, your Monday morning espresso, in spreadsheet form! Today's tip comes from an accidental discovery I made whilst researching a trick with the LEFT and RIGHT functions. Let me ask you... What do you think happens with this formula? (Answer before trying it in your Sheet ;) ) = "A" < "B" Answer #VALUE! error TRUE #NUM! error Check out the answer in today's tip and see a real-world application below. ➜ News I.Google...
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #357, your Monday morning espresso, in spreadsheet form! Coming to your inbox on a Tuesday because it was a public holiday here in the US yesterday (Happy Labor Day!). I had a friend and his family visit (Mr Data School himself!). We had a great weekend exploring in the woods, watching the kids catch crayfish, and making s'mores over a fire in the evening. I feel recharged (and a little tired) and ready to dive into...
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #356, your Monday morning espresso, in spreadsheet form! I’m delighted to have my friend Justin Keene of EdTech-Training sponsoring this week’s newsletter. His company teaches educators how to use the Canvas LMS through self-paced learning courses, but here’s the cool part: he built the entire training platform itself with Google Apps Script! By combining libraries, web apps, and APIs, Justin powers real-time progress...