Brought to you by:
Welcome to the Google Sheets Tips newsletter #351, your Monday morning espresso, in spreadsheet form! Thankfully, I'm fully recovered from the pneumonia I had last month. Sadly, we had to cancel our trip to Europe to see my family. But, the silver lining was an unexpected week at home with no agenda. So we stained the back deck, cleared out the garage, and built some raised beds in the garden. My younger self would have spent the week wallowing, annoyed at the universe for the timing of the sickness. But now, middle-aged me is wise enough to accept that I don't control these things. All I can do is keep smiling through it all. Summer is now in full swing in my neck of the woods, with hot temperatures and high humidity. It always feels so draining at the start of the summer, before your body has acclimatized to the heat. Half-an-hour of football (soccer) in the garden with my son wipes us both out! ➜ NewsI. ➜ MembershipLast week in the membership we looked at how to use Gems (custom instances of Gemini AI) from the sidebar of Google Sheets. I shared an example of a SPARKLINE formula generator and a monthly reporting tool. Members can watch and/or read the tutorial here. This week, I'm sharing a neat formula for adding a bit of *dazzle* to your Sheets! Join today for access to the these and the full archives. ➜ Sheets Tip #351: CHOOSECOLS trick with negative numbers to select columns from the rightIn this tip, we look at the CHOOSECOLS function that was added to Google Sheets in 2023. CHOOSECOLS lets you select specific columns from a range, by specifying the column numbers you want. Previously, this required a QUERY function, which is more challenging to construct. This formula selects the first and third columns from the input range: =CHOOSECOLS(A1:C5,1,3)
The numbered columns count up from the left side of the range you specify. CHOOSECOLS with negative numbersA neat feature of CHOOSECOLS is that you can specify negative numbers, which count in from the right side of your range. For example, =CHOOSECOLS(B1:I11,-1,-3) selects the right most column and the 3rd column in from the right. We can even mix-and-match positive and negative numbers to select columns from the left and right of the range. For example, =CHOOSECOLS(B1:I11,1,2,-3,-1) selects the 1st and 2nd columns from the left, and the 3rd and 1st columns from the right side. Super useful! Next week, I have another trick with CHOOSECOLS that will help you select many columns at once. 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 to the Google Sheets Tips newsletter #359, your Monday morning espresso, in spreadsheet form! Have you noticed how much Google Sheets has changed in the past couple of years? We tend to think of spreadsheets as static tools, but that's just not the case. When I open a Sheet today I invariably use Tables and AI tools, both of which weren't available a few years ago. So I’ve been building something new to help you get fully up to speed with the modern way...
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #358, your Monday morning espresso, in spreadsheet form! Today's tip comes from an accidental discovery I made whilst researching a trick with the LEFT and RIGHT functions. Let me ask you... What do you think happens with this formula? (Answer before trying it in your Sheet ;) ) = "A" < "B" Answer #VALUE! error TRUE #NUM! error Check out the answer in today's tip and see a real-world application below. ➜ News I.Google...
Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #357, your Monday morning espresso, in spreadsheet form! Coming to your inbox on a Tuesday because it was a public holiday here in the US yesterday (Happy Labor Day!). I had a friend and his family visit (Mr Data School himself!). We had a great weekend exploring in the woods, watching the kids catch crayfish, and making s'mores over a fire in the evening. I feel recharged (and a little tired) and ready to dive into...