How I wish I had this function at my previous job! I imagine it will be helpful to any team collaborating across locations and languages. This week, we're getting into the practical applications of Excel's new TRANSLATE function. And also:
🎬 Auto-translate all your Excel filesLast week we brought you the news of new functions in Excel. Now it's time to take a crack at some practical use cases for the brand new TRANSLATE() (currently rolling out to Office Insiders). In the video, I take you through some actual scenarios from my time as a consultant. We delivered Excel solutions for company branches across the world. In a lot of cases we needed to translate the instructions into different languages. Back then, we had to keep each language version in the workbook. We ran VLOOKUPs (yep, no XLOOKUP back then) that returned the right version based on the selected language. It was a pain to maintain. Whenever we updated the original, we had to manually update every language version. But now, with the help of the TRANSLATE function, you can make it fully dynamic! 🤓 Geeky News🐍 Python Editor coming to ExcelPython Editor first appeared as an Excel Labs add-in. It supports the Python in Excel experience by offering bigger editing space and many productivity features. Now, it's becoming a built-in feature in Excel, currently rolling out to Insiders in the Beta channel. From the Python Editor, you can:
You'll find the Editor in the Formulas tab, next to Insert Python. If you don't have it yet, you can still use the add-in version. Meanwhile, Python in Excel is gradually rolling out to users running Current Channel (Preview). It's still Insiders but getting closer to general release. If you want to be ready, check out our introduction to Python in Excel. You can also grab our 👉 demo workbook here. 🕸️ Updated File menu for Office Web appsExcel, PowerPoint and Word for the web have a redesigned File menu. The previous one took up the whole screen. The new one is more streamlined, with a simple dropdown. Since the web apps autosave (now indicated with a green icon), there's no need for a "Save As" command. Instead, you get "Create a Copy" which includes downloading a copy of the file. To save as a different file type, e.g. PDF or CSV, go to Export. You also get the Rename and Move commands, as well as Version History in the File Menu. Microsoft updated the behavior of the title bar. You no longer get a flyout menu after clicking on the file name. Now, you type directly in the title bar to rename your file. 💻 Microsoft experience in your Start menuAnother Microsoft 365-related menu update is proving less popular. This one affects the Windows Start Menu. Currently, when you click on your profile picture you can Change account settings, Lock and Sign out. With the upcoming update, the system account in the Start Menu will be integrated with your Microsoft account. And instead of the useful commands, you'll be seeing your Microsoft 365 subscription details. Even if you're not subscribed to a Microsoft 365 plan. The Sign out and Switch user commands will be hidden under a ... (more options) menu. And if you’ve configured the PC with a local account, you'll be seeing prompts to link your Microsoft account. Also, this change causes confusion for users with organizational Microsoft 365 accounts. Domain licenses and cloud storage are not included in the overview. Honestly, I already found all these accounts and subscription options super confusing. 🗒️ Spellcheck in NotepadContinuing our (unplanned) Spellcheck series... 😉 Spellcheck is coming to Notepad. For 40 years the app existed without it. But now it's here. The experience is similar to Word. Start typing, and any typos will be underlined. Left-click on the underlined word, and you'll see suggested corrections. You can disable it completely in Settings (click on the gear icon). Or disable it for specific file types. In log files and other file types associated with coding it's disabled automatically. BTW, if you're looking for some whimsy, right-click on the Settings gear icon and watch it spin. 🌀 👏 Power StoriesFantastic message from Bryan about the impact our Excel Power Pivot and DAX course had on his team. Power Pivot can be transformative for company reporting - both in terms of insights and efficiency. If you're interested in upskilling your team in Excel or Power BI, check out our business offer and reach out. 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! |
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.
Ever typed an account number like 00123 in Excel… only for it to turn into 123? 😤 Excel thinks it's helping. But sometimes, we need those leading zeros - for IDs, ZIP codes, or product codes. The good news? You’ve got two easy ways to keep them: 1️⃣ Custom Number Formatting Tell Excel: “Hey, I want five digits, even if the first ones are zeros.” Just: Select your cells Press Ctrl + 1 (or right-click → Format Cells) Go to the Number tab → Custom Type 00000 (or however many digits you need)...
FILTER with multiple criteria? This used to break my brain. I’d stack together these fragile formulas - like Excel Jenga - hit Enter… …and brace for... #VALUE! It felt like defusing a bomb. Turns out, I just needed to understand how FILTER handles multiple conditions. And now? It’s my favorite Excel function by far. 👉 Check out the blog post that walks you through the exact steps to: ✔️ Filter rows that match multiple criteria ✔️ Decode that cryptic * and + logic ✔️ Return only the columns...
Let’s be honest - Excel is amazing. But it wasn’t built for everything. Ever spent hours trying to fix dates to be formatted correctly? Or forced a chart to look “just right,” and it still didn’t? Yeah. We’ve all been there. But now there's a way to skip the workarounds… …and just type one line to get what you need. Say hello to Python. In Excel. And no - you don't need to be a programmer. I can’t tell you how many times I’ve opened files where dates looked like this: Unfortunately, there's...