Sheets Tip 351: You know CHOOSECOLS secret trick, right?


Brought to you by:


Hi Reader,

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!


➜ News

I.
One for the developers amongst you... Google Workspace users can now add their GitHub repositories into the Gemini App, so that Gemini has access to the full codebase.

Read more here >>


➜ Membership

Last 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.


Brought to you by: BOARDLY

Bring your Google Sheets data to life. Integrate it everywhere.

Boardly turns your raw Google Sheets into a clean, interactive dashboard in under a minute — no setup needed, our AI handles it all. Once ready, just share or embed it anywhere — it’s that simple.

Unlock Boardly's magic with BENCOLLINS20 and enjoy 20% off your first 12 months subscription – but hurry, this code is only active for one month!


➜ Sheets Tip #351: CHOOSECOLS trick with negative numbers to select columns from the right

In 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 numbers

A 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,
Ben

P.S. Alexa, remind me to go to the gym

Google Sheets Tips

Get better at working with Google Sheets! Join 50,000 readers to get an actionable tip in your inbox every Monday.

Read more from Google Sheets Tips

Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #354, your Monday morning espresso, in spreadsheet form! In last week's newsletter we compared wide and tall data, and what the pros and cons of each data "shape" were. Today, I want to show you how to move from one format to the other. How to transform tall data into wide data and vice versa. Going in one direction is easy. Going back, in the other direction, is less so. Find out which way round below! ➜ News I. It's...

Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #353, your Monday morning espresso, in spreadsheet form! Today we're looking at the shape of data. It's foundational concept that underpins pivot tables and charts in Google Sheets. Once you understand the difference between wide data (for charts) and tall data (for pivot tables), you'll be off to the races! This week is all about the pros and cons of each data shape. Next week, I'll show you how to use formulas and...

video preview

Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #352, your Monday morning espresso, in spreadsheet form! If you're a parent, then you've undoubtedly watched a lifetime's worth of Disney movies. You can appreciate the genius storytelling, rich characters and beautiful visuals. (But I'm sure you'd also be content to watch a film once, not 10 times!) Anyway, there's a scene in the Disney film Ratatouille where Remy bites into a strawberry and a piece of cheese at the...