|
Welcome to the Google Sheets Tips newsletter #382, your Monday morning espresso, in spreadsheet form! If you feel like the AI wave is moving faster than you can keep up with, you aren't alone. The gap between "playing with a chatbot" and "building reliable AI systems" feels wider than ever, and that feeling is only increasing with every new AI announcement. For the past couple of months, Iβve been working on a new course to help address this challenge. Next Monday, Iβm opening enrollment for my new course, 28 Days to Gemini Mastery, that gives you a structured roadmap to help you catch up and lead with AI. The course takes you on a complete transformation journey: moving from treating Gemini as a simple search tool to building reusable systems with custom Gems, NotebookLM, Agents, and more. Iβm currently 80% through recording the video lessons and on track to launch next week. Keep an eye on your inbox for more details. β NewsI. This recent post from DeepMind celebrates how the AlphaGo technology has laid the foundations for many of Google's most impressive AI breakthroughs. βRead more here >>β II. βRead more here >>β β Sheets Tip #382: Your spreadsheet, but make it a website πMost of us have used the standard "Share" button in Google Sheets. Itβs an easy and reliable way to share a Sheet with colleagues for collaborating on a project. But sometimes, you don't want people viewing the working tabs. You just want them to see the final, polished result as a clean webpage. Publish to the Web creates a lightweight, read-only version of your sheet that stays synced with your data but lives on its own URL. Go to the menu: File > Share > Publish to web It's ideal for public dashboards, sports league tables, or price trackers. Benefits of publishing a Google Sheet to the web
Dashboard ExampleHere's an example of a dashboard published to the web: I also use this technique to share my newsletter archive publicly. The newsletter archive web page is a published Google Sheet. Pro Tip: Add a dynamic "Last updated" stampSometimes, you might want to add a title that tells the viewer exactly when the data was last refreshed. For example, a comment on the published web page that says "Last updated 2:21 PM 20 March 2026". We want it to be "live" so we need to use a dynamic formula. Step 1: We start with the NOW() function to get the current date and time. =NOW() Step 2: We wrap that in TEXT() function to make it look pretty. =TEXT(NOW(), "h:mm AM/PM d mmmm yyy") Step 3: Finally, we join it with a text string (known as concatenation) using the ampersand (&): ="Last updated "&TEXT(NOW(),"h:mm AM/PM d mmmm yyy") In our Sheet, it looks like this: Now, whenever our sheet recalculates, the published web page shows exactly how fresh the data is. A Word of CautionOnce a link is published to the web, anyone with that specific URL can see the data. So only publish data that you're comfortable sharing publicly. You can unpublish a Sheet anytime by going back to the menu: File > Share > Publish to web And then selecting Stop publishing at the bottom of the publishing menu. There we have it, that's how turn your Sheet into a website! If you enjoyed this newsletter, please forward it to a friend who might enjoy it. Have a great week! Cheers, P.S. Why loading bars take so long π©π©π©π©β¬β¬β¬β¬β¬β¬ |
Get better at working with Google Sheets! Join 50,000 readers to get an actionable tip in your inbox every Monday.
Hi Reader, Welcome to the Google Sheets Tips newsletter #391, your Monday morning espresso, in spreadsheet form! (Sorry there was no newsletter last week. I was sick!) This week we're looking at a cool use case for Google Sheets that most folks have no idea about. Creating QR codes! With a few simple formulas you can create QR codes in your Sheets that you could use to track inventory, accept invitations, or even print out to use at an event. First, a housekeeping announcement: after today,...
Hi Reader, Welcome to the Google Sheets Tips newsletter #390, your Monday Tuesday* morning espresso, in spreadsheet form! * public holiday in the US yesterday. Speaking of coffee, I usually work from my local coffee shop twice a week. It makes for a nice change of scenery from home. And everytime I order the same thing: a regular cappuccino, no frills, no syrups, no fancy milks. I think it says a lot about my personality and stage in life. As a working parent, neck deep in the world of AI,...
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #389, your Monday morning espresso, in spreadsheet form! After a major work sprint to launch the 28 Days to Gemini Mastery course earlier this spring, I recently took a few weeks off to visit my brother and his family in Australia. We spent time hiking and packrafting in Tasmania's remote and beautiful Southwest National Park. It was an incredible trip and, without cell service for 12 days, a true break from the noise...