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
Use the RANK function in Google Sheets to rank data

Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #350, your Monday morning espresso, in spreadsheet form! I'm happy to report that I'm feeling a lot better now than I did this time last week. Thanks to modern medicine and plenty of rest, I'm well on my way back to normal (whatever that is these days!). Thanks to the many of you who sent well wishes, it was very much appreciated 🙏. ➜ News I.Google are adding a new setting to Google Forms to allow form responders to...

Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #349, your Monday morning espresso, in spreadsheet form! Last week was a total bust. I started going downhill on Sunday. Then, I was sick in bed on Monday and Tuesday. On Wednesday night, my wife took me to ER, where I was diagnosed with pneumonia. It's been a rough few days but I'm feeling better now and recovering. I still have a way to go but at least I'm heading in the right direction. I hope to get all systems up...

Brought to you by: Hi Reader, Welcome to the Google Sheets Tips newsletter #348, your Monday morning espresso, in spreadsheet form! Every year I support my sister-in-law's fundraiser for Takoma Elementary School by donating a bundle of all my courses. The full retail price is $999 and at the time of sending this email the current bid is $250. It's a great opportunity to grab all my courses for a reduced price and support a good cause. Place your bid here! ➜ News I.Gemini in Google Sheets just...