|
Brought to you by:
Welcome to the Google Sheets Tips newsletter #370, your Monday morning espresso, in spreadsheet form! This is the last Google Sheets Tips email for 2025. We're taking a break from publishing for the holidays and will return with Tip 371 on 5th January 2026. Thank you so much for reading and replying to these emails. I love learning from all of you when you write back and share your own tips and tricks (and occasional corrections! 😉 ). In the meantime, I wish you all a Happy Holidays! 🎅 🎄 🎁 ☃️ ➜ Sheets Tip #370: Upgrade your Tables with this quick trickIf you've been reading these emails or attended one of my recent webinars, you'll know that I'm a strong advocate of using Tables. They have many built-in benefits such as data validation, column types, named ranges, etc. One of those benefits is the ability to add a footer to our Tables with a single click. And, if we set the column type to one of the numeric data types (e.g. Currency), the footer will automatically add a SUM function to our data. Add a footer from the Table menu (next to the Table name): In our Sheet, it looks like this: This is great! But, but, but... (There is always a but.) If we apply any filters to our data, then that SUM total will be incorrect. Consider this example, where we apply a filter to show only the vegetables: The SUM function still shows the total value of all the items ($40.70) and not the total of only the vegetables ($12.10). Hmm? That's a problem... The solution is to switch the SUM function to a SUBTOTAL function, which only includes the visible rows in the aggregation calculation. Delete the SUM function and type this one instead: =SUBTOTAL( 9 , Table1[Expense] ) where the number 9 specifies a SUM calculation. Other options include 1 = Average, 4 = Max, 5 = Min (see here for a full list). "Table1[Expense]" refers to the Expense column of Table1. In our Sheet, the total now displays the correct value: 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 (back) to the Google Sheets Tips newsletter, issue #392, your Monday morning espresso, in spreadsheet form! Greetings from the East Coast of the US, where we've been under an Extreme Heat Warning for the past few days, with temperatures at a sweltering 100°F (feels like 114°F with humidity 🥵.) This follows on from the heat wave in the UK a week ago (where I was visiting family) and another in Germany the week before that (where my wife and I traveled for...
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,...