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:
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!
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:
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.
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.
✅ 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).
🎙️ 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!
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
▶️ Subscribe on YouTube
🖇️ Follow me on LinkedIn
🥇 Join 300,000+ people in our courses
📣 Want to advertise on XelPlus Weekly? Get in touch here.
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.
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...
Back from Greece, where family time (and way too much tzatziki + souvlaki) did the trick to recharge. Now that I’m back, I can see Excel didn’t rest. Some big updates rolled out while I was gone. Ones that actually make your work easier. Let’s jump into Geeky News 🤓 ✈️ AI in the grid: meet =COPILOT() Copilot in the side pane is fine. But now you can plug it directly in the grid. The new COPILOT function lets you type a natural-language prompt right into a cell and reference ranges as context....