|
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 #388, your Monday morning espresso, in spreadsheet form! β Sheets Tip #388: Merged Cells To many power users who live in spreadsheets, merged cells are often treated like a patch of poison ivy on a hiking trail. They see them, turn their nose up, and steer well clear. But are they always the villain? Let's find out. Why Purists Cringe At Merged Cells In a structured dataset or a table, merged cells are, quite frankly, a nightmare. They...
Hi Reader, Welcome to the Google Sheets Tips newsletter #387, your Monday morning espresso, in spreadsheet form! I'm traveling so no news section again this week. But don't worry, I'll have a full recap of all the relevant Google Next announcements soon. β Sheets Tip #387: Do You Know How To Round Numbers To The Nearest Hundred, Thousand? Weβve all used the ROUND function to tidy up messy decimals. But do you know one of its best tricks? It works equally as well to round to the nearest ten or...
Hi Reader, Welcome to the Google Sheets Tips newsletter #386, your Monday morning espresso, in spreadsheet form! Similar to Sheets Tip #384 from a couple of weeks ago, we're keeping it light hearted with today's tip. In this case, I'm showing you one of Google Sheets' secret easter egg functions! Read on to find out what it is and what it does. β Sheets Tip #386: Is your Sheet feeling crowded? Build a meadow π Weβve all been there: youβre focused on giving a demonstration in your Sheet to...