I hope you've had a good summer so far. I just got back from a fantastic vacation in Croatia, and I have to say, it’s a beautiful country! The clear seas and delicious food were amazing. But what I loved most was the smell of figs as you walked down the streets. Fig trees are everywhere! Every morning, I’d grab a few for breakfast as we walked our dog. Right now, I'm back at the office with a coffee by my side. Ready to start the next video recordings for our new Pivot Table mastery course. Also a beautiful way to start the day. Just a different type of beautiful 🙂 Some time ago I created the quickest and most information-dense video I could create to cover as much as I could about pivot tables in 10 minutes. So if you're a pivot table newbie, consider it the quickest introduction you could get. If you rarely use pivot tables, this is your refresher. You might be reminded of ways to replace your formulas with a pivot table. Going by the comments below the video, pivot table pros also discovered some cool tricks there. ⏱️ Pivot Tables in 10 MinutesThe video gives you a good overview of the many features and benefits of pivot tables. Download the file to follow along with me and learn to:
But there's much more to pivot tables. Creating a pivot table is easy and intuitive. But many of its best features are hidden and not obvious. Knowing where to click and what to avoid can help you prevent common mistakes. That’s exactly what I’ll be covering in my upcoming Pivot Table Mastery course. (We’re almost there - currently 86% complete!) The masterclass, in addition to the basics, includes:
So, if you want to become a pivot table master, it's safe to say this course will get you there. If you're interested, make sure to join our waitlist here. 🤓 Geeky News✂️ New Excel function - TRIMRANGETRIMRANGE is a new function that removes empty rows from the edges of a range. This comes in handy when working with dynamic array formulas that return spilled ranges. Often, you include empty rows at the end of the referenced range to account for future data. But that leads to trailing zeros in the spilled results. One way to avoid that is to reference table columns rather than ranges. Another is to use the FILTER function to filter out empty rows. =LEN(FILTER(A1:A30,A1:A30<>"")) The arrival of TRIMRANGE makes it simpler. You don't need to include any conditions. You simply trim the range: =LEN(TRIMRANGE(A1:A30)) In the example, we're using LEN to calculate the length of any text entered into column A. You can replace LEN with any function that spills its results. Some people reference the entire column (A:A), just like you see in the gif. This is generally not recommended. It's bad for performance. But with the new TRIMRANGE function, maybe this method will be validated. There's more to this update and once I get the function, I'll share all the other tricks as well. The function is currently rolling out to Microsoft 365 Insiders in the Beta Channel. 🌈 Improvements to Tables in Google SheetsA while ago, Google Sheets introduced official tables. Google Sheets Tables come with data types for columns, easy access to sorting and filtering in the headers, and column grouping. The latest update, rolling out now, makes it easier to convert a range to a table. Previously, you had to look for it in the Format menu. Now, you can do it with a single click. When you select the range, you should see a suggestion to convert to table. They've also made it easier to insert new rows in the table. 👥 Rename the General Channel in TeamsIf you work with Teams, especially if you've ever created a new Team, you're familiar with the General channel. It's the default channel that comes with every Team. It can't be deleted. It includes all team members. But the name "General" wasn't very inspiring. Or informative. And it couldn't be changed. Until now. We finally get the ability to rename the General channel in Teams. If you're a Team owner:
Note: there will be no going back. "General" is a reserved name, so you can't rename the channel back to "General" if you change your mind. To create a new Team with custom first channel name:
Note: Just like General, you can't delete or archive this first channel. A Team must have at least one channel. But unlike General, the custom name will not be the first channel by default. All channels will be sorted alphabetically. If you want to make sure that the "first channel" will actually be first, you can include a symbol or emoji at the start of the name. You can even get around the name restriction if you want to continue using General. This feature is currently in Public Preview, so you might not see it yet. 👏 Power StoriesI'm glad our Business Charts in Excel course removed the dread from the process of chart creation for Mike. I trust it will be nothing but smooth sailing and insightful visuals from now on. Got a success story about using your XelPlus skills? I’d love to hear it! Hit reply to share the details, and inspire other students 😇 Best, Leila Want more?▶️ Subscribe on YouTube 🖇️ Follow us on LinkedIn 🥇 Join 400,000+ students in our courses 📣 Want to sponsor Between the Sheets? Get in touch here. 📨 If you were forwarded this message, you can get the free weekly email here. This newsletter contains affiliate links, which give us a small commission on any purchase made at no cost to you. This helps us run Between the Sheets and bring you updates like this. Thank you for your support! |
XelPlus is a leading online education company, providing training courses for Excel, Power BI, Finance, and Google Sheets. XelPlus’ bestselling courses are popular among financial analysts, CFO’s, and business owners. Technology is changing fast. We help our members turn confusion into confidence with every skill learnt.
“Why would I use Python in Excel if it can’t handle external data?” That’s the top complaint I hear. And it’s flat-out wrong. You see, Python people try to use Python code to import the data. That doesn't work. Excel people do copy-paste or load via Power Query into a sheet. That works - but it bloats your file. And if your dataset has more rows than Excel can handle, you're stuck. The solution? Don't load your data into Excel at all. Go from a raw CSV... ...to a clean correlation heatmap in...
You open the file. The formula’s broken. The chart’s gone. Cell colors? A rainbow mess. You don’t know who did it. Doesn’t matter. Excel’s Version History has your back. It quietly keeps snapshots of your file, so you can rewind, review, and restore past versions. Find out what changed, when, and roll back if needed. Fix the mess. No drama. No blame. 👉 Here’s how to use it—fast. (BTW, if you want to create a dashboard like the one on the right - before someone took a sledgehammer to it 🔨 -...
You’re tracking the numbers. But do they mean anything? 📚 More hours studying. 📈 More money on ads. 💤 More steps before bed. Are they actually making a difference, or are you just hoping they are? Most people guess. Smart ones use a simple Excel function to find out. It’s called RSQ, and it tells you how much one thing affects another. Never heard of it? You’re not alone. We ran a quiz last week and only 10% of our community got it right. 👀 When you do get it, everything changes. No more gut...