🤔 Most People Can’t Do This in Excel


Hey there,

Ever tried doing a partial search in Excel, where you're looking for a specific set of characters within a larger text string or cell?

It can be surprisingly tricky - and most people get it wrong.

Let’s say you’re working on a video project and want some help from your colleagues.

So you go to the Employee Details spreadsheet, to create an automated list of everyone with the word ‘video’ in their Skills section, for example 'video editing'.

To create this list, most people start with the FILTER function.

For ‘array’ they’ll select the whole table [=FILTER(A2:B12)], for ‘include’ they’ll select the column containing the text they want to search, then make that equal to “video”: =FILTER(A2:B12,B2:B12=”video”).

Sounds great. But this won’t work, because you’re only getting exact matches to “video”!

And no one puts just ‘video’ in their Skills section. 😅

And you can’t use asterisks (“*video*) to represent any number of characters before or after “video”, because asterisks aren't compatible with the FILTER function.

Here’s how to build a partial search formula that works:

  1. Start with the FILTER function as normal, selecting your whole table as the array.
  2. For the “include” argument, start with ISNUMBER.
  3. Then use SEARCH, and write down “video” as the text you want to find.
  4. Finally, select the range of cells you’re searching in.

Your formula should look like this: =FILTER(A2:B12,ISNUMBER(SEARCH(“video”,B2:B12))).

Press Enter, and you’ll get a complete list of the cells you’re looking for!

🚀 Become an Excel Expert - Get 20% Off Global Excel Summit Recordings

I learned so much at the Global Excel Summit. But just because it’s finished, doesn’t mean you’ve missed out!

They’ve has just announced two event recording packages that cover every minute of the sessions, and are packed with information to take your Excel and Power BI skills to the next level.

Choose the Conference package for lifetime access to:

  • My Keynote talk
  • 30 Main Stage sessions
  • 4+ hours of MOS & MOE Exam Prep
  • Speaker presentation & working files.

Or take things a step further with the Masterclass package, which includes six masterclasses on advanced (and very powerful) Excel and Power BI features. You can also buy Masterclasses individually.

Best of all, my audience gets a 20% discount on all packages! Just follow this link and use the code LEILA at checkout to get your discounted package.

Start learning now 🚀

🎬 My Favorite OneNote Shortcuts

OneNote has loads of features, but it can take a long time to find anything.

In this video I cover all of my top OneNote keyboard shortcuts to streamline your workflow and make you more productive.

My favorite shortcut is Alt + Shift + Up/Down, which lets you move rows easily in OneNote without cutting/pasting. It also works great in tables.

🤓 Geeky News

Microsoft Planner - New Recurring Tasks Feature
This was a highly-requested feature. You can now set up automatic repeating tasks in Planner, with many recurring interval options including daily, weekly, and monthly. This is great for tracking recurring tasks, like filling out your weekly 1:1.

💁‍♀️ Microsoft Forms - Images as Answers + Instant Polls
Microsoft Forms has traditionally had less features than its older cousin, Google Forms. But in their January update Microsoft added a lot of functionality. For example, you can now submit images as answers, conduct instant polls, and send your forms to multiple channels (eg Outlook, Teams, QR code, Facebook, and Twitter).

💚 My Favorite Things

🎙️ Podcast - Business Made Simple
BMS is a great business podcast, complete with interviews, analysis, and real-life case studies. I love how they summarize and give concrete action steps after each episode. This is a great technique to bear in mind if you’re an educator, or give in-house training.

🤖 Bing AI Chatbot - My First Question
I got access to Bing’s AI chatbot for the first time this week. My first question was “what are some advanced topics people struggle with in Excel”, and it was a nice surprise to see my name pop up!

🚀 Power Stories

Congratulations to Haley on getting her certificate from our Financial Analysis course! We love to see our students succeeding 😊

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

See you next week,

Leila

Want more?

▶️ Subscribe on YouTube

🖇️ Follow me on LinkedIn

🥇 Join 300,000+ people in our courses

📣 Want to advertise on XelPlus Weekly? Get in touch here.

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

You know that feeling when you're staring at two lists in Excel, trying to spot what's missing? Maybe a product catalog. A list of invoices versus payments. Or a guest list like the below: Whatever it is... checking which one is on the first list but not on the second is.... very slow. And you will miss something. There's a faster way. One conditional formatting rule, and Excel flags every mismatch for you. The second something changes, the highlighting updates too. About a minute to watch....

Pie charts get a bad rep. And honestly? Fair. I'm not a total hater. Two or three slices and a pie chart can tell a perfectly good story. But here's what actually happens in that meeting room when you've got 8+ slices on screen. People glance at the legend, look back at the chart... and have absolutely no idea what they're looking at. They won't say that, of course. Instead, the room either moves on a little too quickly or starts asking questions the chart should have already answered. Either...

Uh-oh. Embarrassing typo in the file name. And there's 50 of them. 🫨 Individual contracts about to go out to clients. You could rename them one by one. Or you could fix the whole mess in five seconds using something already built into Windows. No downloads.No complicated setup. Just PowerShell. 👉 I show you exactly how here. (BTW, if PowerShell doesn't pop up after typing the name in Explorer, try powershell.exe.) And if typing commands makes you nervous, there’s a drag-and-drop option built...