One function doing the job of five


Remember this?

=RIGHT(A2, LEN(A2) - SEARCH(" ",A2))

You just wanted the last name. Now you're doing math.

Or this one:

=OFFSET(A4, COUNTA(A5:$A$29) -12 +ROW(A1),0,1,1)

All that... just to get the last 12 months of data?

Well… not anymore.

Compare that to:

=TEXTAFTER(A2," ")

Or

=TAKE(A5:.B29,-12)

These newer functions are easier to read, easier to write, and do exactly what you need.

No nesting. No helper columns.

A tiny part of me misses the struggle. Plus they were a good workout. 😅

But yeah. It’s nice to keep things simple.

In case you haven't been keeping up...

➡️ Here's an overview plus a file to practice.

🤓 Geeky News

The big news in the Excel world last week was pivot tables finally getting Auto-Refresh. 🤯 But I haven't been in the lucky 50% of Insiders this time (Beta features drop in stages), so I haven't been able to test it yet.

Once I do get it, I'll let you know what I think.

In other news...

👓 Copilot has better Vision

Copilot Vision now sees your whole screen.

The feature that lets the AI understand what you’re looking at on your screen used to only view two apps at a time.

Now it can scan your entire desktop or any window you choose.

This is not like Recall - the other AI feature that takes screenshots of all your digital activity. Copilot Vision only sees what you explicitly share, like screen sharing in a video call.

Turn it on, point it at what you're working on, and get real-time help, whether it's your resume, a design, or a tricky UI.

Now rolling out to Windows Insiders.

💻 Windows 11 finally pulls ahead

It took almost four years, but Windows 11 has finally passed Windows 10 in desktop market share.

It now sits at 52%.

Adoption was slow, mostly due to strict hardware requirements that left older PCs behind.

Meanwhile, support for Windows 10 ends this October. Microsoft's offering a year of free security updates if you turn on Windows Backup and sync your Documents to OneDrive.

This also affects Microsoft 365 subscribers who'll stop receiving non-security updates on Windows 10 after certain cut-off points.

💚 My Favorite Things - Pasting Multiple Items

People are still just discovering this one:

Win + V to open your clipboard history.

Yes, it remembers everything you copied: text, images, even emojis.

🎥 Watch it in action

👏 Data Engineering & Poetry

Two worlds that weren’t meant to meet.

That’s how David described learning Python in Excel.

And yes. It feels strange at first.

But then, slowly, as you work through the examples something shifts.

Yes, you now know Python. But you also get a different way of approaching problems.

That's the real milestone.

And when it clicks.

You'll know.

The first certificates (and badges) in our Python in Excel for the Real World were issued. 🎊

Super proud of everyone who's already earned theirs 👏 as well as the students still making their way through the course. Keep going! 💪

See you next week,

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!

Leila Gharani - XelPlus

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.

Read more from Leila Gharani - XelPlus

If you've ever had to spell out a number on an invoice (or vice versa, convert “seventy-five dollars” into digits) you know how painful it can be. It was always possible in Excel, but required either a macro, or a monster formula. Not for the faint of heart. Now, with Excel's newest function, it's suddenly ridiculously easy. Wanna see how it works? 🙋♀️ Ask me anything! I’m putting together an "Ask me Anything" type of YouTube video for October. Drop any questions 👉 here, and my team will sort...

video preview

I finally got my hands on Excel’s brand-new COPILOT() function. It brings the power of generative AI to your formulas. It’s only just rolling out to Insiders, so most people won’t see it yet. (Others won't see it because they don't have the Copilot license... 👀) Still, it already has the community buzzing. Some are calling it the “function that replaces all others” (spoiler: it doesn’t). Others say it’s pointless. As usual, the truth sits somewhere in between. In the right scenarios, it can...

You’ve probably seen the warnings (including from me): “Never use merged cells!” Is merging cells always bad? Like many things in Excel, the answer isn’t so black and white. There are situations where merging cells makes sense. And others where it completely wrecks your spreadsheet’s functionality. Here’s the simple rule I follow: ✔️ Top of the sheet for clean headers? Merge all you want. ❌ Middle of your data table? Absolutely not. (You can get the same effect with a smarter method... read...