|
Brought to you by:
Welcome to the Google Sheets Tips newsletter #324, your Coming to you on a Tuesday this week because yesterday was Veterans Day in the US and Remembrance Day in many other countries. You know when a product is good when you find yourself still using it weeks later, and not even thinking about it. So it is with the new Tables in Google Sheets. More often than not, I've found myself reaching for that "Format > Convert to table" option. I like them because they make my life easier. It's quicker and easier to write formulas using the Table references. And in today's tip, I'm going to show you why that's the case. Wishing you all a great week! ➜ NewsI. Google recently announced that the templates in Slides are (finally!) getting refreshed and modernized. This is rolling out to everyone over the next month or so. Read more and see a sneak peek at the new designs >> ➜ Sheets Tip #324: Benefits of Table ReferencesI've been using the new Tables in Google Sheets a lot recently and I'm enjoying the benefits that come with using them. Today, I want to share one of those with you. Suppose we have a Google Sheet with this data in Sheet1: In Sheet2 we have an exact copy of that data but we've converted it to a Table (go to Format > Convert to table) and called it "studentData": Let's write some formulas in a new sheet, Sheet3. Suppose we want to calculate the overall average Attendance, to compare with other classes or prior years. Using Table references, we can easily write the entire formula without having to click back to the original data Sheet. Start typing the Table name and then select the relevant column from the list: The formula is: =AVERAGE(studentData[Attendance (%)]) At a glance, we can also see what data the formula references, which shows us that it's the correct calculation. Compare this to using standard range references. We have to click back to Sheet1 and be careful to highlight the correct range of data. It's easy to make a mistake, especially with complex formulas or multiple sheets. The formula with range references is: =AVERAGE(Sheet1!B2:B16) Yes, it's shorter, but, in addition to being slower and more error-prone to write, it doesn't tell us anything about the calculation. We don't know anything about the data in Sheet1!B2:B16 without taking a look. (Quick pro tip: If you position your cursor over a range of data in a formula and press the F2 key, it will highlight that specific range of data for you, even if it's in a different sheet.) And pssst... there's another benefit to using Table references too: any new data in the Table will automatically be included in the calculation! We don't have to worry about updating the range references to include new data. If you enjoyed this newsletter, please forward it to a friend who might enjoy it. Have a great week! Cheers, P.S. I need tires. And whilst you're at it... (The real story is an incredible case study in timeless marketing.) |
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 #383, your Monday morning espresso, in spreadsheet form! NASA's Artemis II mission blasted off towards the moon last week. I watched the launch live with my son (on YouTube, not in person, haha). The launch was exhilarating; I was holding my breath for the 10-second countdown! I'm excited to follow along with the remainder of the mission and see close-up images of the moon. In fact, as I press send on this email, they are scheduled to...
Hi Reader, 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...
Hi Reader, Welcome to the Google Sheets Tips newsletter #381, your Monday morning espresso, in spreadsheet form! Since last week, the weather in the Mid-Atlantic region has been even more volatile than that mission critical spreadsheet your non-technical boss "fixed" recently. We had a day over 80F, followed by a wild 50F drop to temps in the 30's and snow squalls. And later today, we're forecast to have a severe thunderstorm and possible tornadoes. It's threatening enough that schools in...