top of page
Search


The Secret to "Hands-Free" Data: Filter Power Query with a Single Cell!
Are you still opening the Power Query editor every time you need to change a filter? Maybe you need to see sales for "Chicago" instead of "New York," or you need to swap between "Product A" and "Product B." Going into the M-code or the filter settings just to change one word is a waste of time. What if you could control your data from your spreadsheet like a remote control? The Power of Dynamic Filtering In my latest video, I show you how to link a single Excel cell directly
Kyle Pew
4 days ago1 min read


Stop Drowning in Data: How Excel's Built-In AI Analyzes Your Data in Seconds (No Formulas Needed!)
Are you tired of staring at endless rows of data, trying to find insights, trends, or the "story" hidden within your spreadsheets? Do Pivot Tables and complex formulas give you a headache? Good news, Office Newbs! There's a game-changing feature built right into Microsoft Excel that uses Artificial Intelligence (AI) to do the heavy lifting for you. It's called "Analyze Data," and it's like having a super-smart data analyst working for you, 24/7, inside Excel. Meet Your New
Kyle Pew
Jan 81 min read


Stop Using Helper Columns in Excel (Do This Instead)
For years, helper columns have been the go-to solution in Excel. Need to clean text? Add a helper. Match keywords? Another helper. Determine a category? One more column. Before you know it, a simple spreadsheet turns into a maze. Modern Excel gives us a better option. The problem with helper columns Helper columns aren’t wrong , but they come with trade-offs: They clutter your worksheet They make spreadsheets harder to maintain They increase the chance of errors They often ex
Kyle Pew
Dec 31, 20251 min read


The Double Dash (--) in Excel: What It Is and Why It Matters
If you’ve ever seen two dashes (--) inside an Excel formula and thought “What is that doing?” — you’re not alone. The double dash, also called the double unary operator , is one of those small Excel tricks that looks strange at first but solves very real problems once you understand it. Excel doesn’t always treat values the way you expect. For example: Logical tests return TRUE or FALSE Functions like TEXTAFTER and TEXTSPLIT return text Functions like SUM don’t automatically
Kyle Pew
Dec 18, 20251 min read


Why You Should Stop Using VLOOKUP and Switch to XLOOKUP Today
If you’ve been using Excel for a while, you’ve probably leaned on VLOOKUP to pull information from a list or table. And while it’s been around forever, VLOOKUP also comes with a handful of limitations that make your spreadsheets more fragile than they need to be. Enter XLOOKUP —Excel’s modern, flexible, and far more powerful lookup function. In my newest video, I walk through exactly why XLOOKUP should replace VLOOKUP in your everyday workflow. The upgrade isn’t subtle… once
Kyle Pew
Dec 11, 20251 min read


How to Build a Dynamic Excel Report with TAKE, FILTER, and SORT
Creating reports in Excel often means sorting, filtering, and copying data every week. But with modern Excel functions, you can automate most of that work. In this post, I’ll show you how to build a fully automatic, real-world report using just three functions: FILTER – pulls the rows you want SORT – orders them by date TAKE – returns the latest top rows This combination creates a clean, dynamic report that updates itself whenever new data is added. The Scenario: Latest H
Kyle Pew
Dec 9, 20251 min read


How to Use the TAKE Function in Excel (Simple Guide)
If you ever find yourself scrolling, filtering, or copying rows just to get the latest data in Excel, there’s a much easier way. Excel now includes a function called TAKE() , and it can instantly pull the exact rows you want from any range. Whether you need the top 5 rows, the bottom 10 , or the latest entries from a growing list, TAKE makes it automatic. What Does the TAKE Function Do? TAKE() pulls a specific number of rows or columns from the start or end of a range. Exam
Kyle Pew
Dec 5, 20251 min read


5 Excel Formatting Shortcuts Everyone Should Know
If you use Excel at work, these five shortcuts will save you time and make your spreadsheets look clean and professional. They’re easy to learn and you’ll use them every day. 1. Ctrl + 1 — Open Format Cells This is the master shortcut. Use it to change: number format alignment borders colors 2. Ctrl + Shift + $ — Currency Format Highlight your numbers and use this shortcut to turn them into: $1,234.56 Perfect for budgets, invoices, and financial sheets. 3. Ctrl + Shift + % —
Kyle Pew
Dec 2, 20251 min read


Mastering the Excel MAP Function: The One Formula That Replaces Hundreds
When most people think about Excel, they imagine writing a formula in one cell and then dragging it down thousands of rows. It works… but it’s slow, messy, and prone to mistakes. Enter one of Excel’s most underrated power tools: The MAP Function The MAP function lets you take any formula you want and apply it to an entire list — all at once — without filling anything down, without helper columns, and without repeating yourself. Whether you're cleaning data, applying a transf
Kyle Pew
Nov 25, 20252 min read


Excel’s SCAN Function: The Hidden Gem That Simplifies Running Totals and More
Meet Excel’s SCAN function — one of the most powerful and underrated Dynamic Array functions introduced in Microsoft 365. Once you understand what it does, you’ll never go back to the old methods again. What Is the SCAN Function? The SCAN function iterates (or “scans”) through a range of data and returns all intermediate results — not just the final total. Think of it as Excel’s version of a “running memory.” It keeps track of the cumulative results as it moves through you
Kyle Pew
Nov 18, 20252 min read


Stop Repeating Formulas in Excel — Create Your Own Function Instead!
If your Excel workbook is full of the same formula repeated over and over , you’re not alone. In fact, one of the most common inefficiencies I see in real-world Excel files is formula duplication : Hundreds of rows each containing the same logic Long formulas copied across multiple sheets Slight variations that break over time Manual fixes every time something changes Good news: There’s a faster, cleaner, and smarter way to work. Excel now allows you to turn any formula into
Kyle Pew
Nov 14, 20252 min read


Stop Using Excel Ranges — Use Table References Instead!
If you’re still typing formulas like =SUM(A2:A100) or =FILTER(A2:B100, A2:A100=E1), it’s time to level up. Using cell ranges in Excel formulas is fine for small datasets — but as soon as you add new data, everything starts to break. Formulas stop updating. Charts go stale. PivotTables miss new rows. There’s a smarter, cleaner, and more future-proof way to work in Excel. It’s called Excel Tables — and once you start using them, you’ll never go back. See this in action in my
Kyle Pew
Nov 6, 20251 min read


Stop Copying and Pasting Data in Excel — Use the FILTER Function Instead
If you’ve ever spent time copying and pasting data from one part of an Excel sheet to another — trying to pull out just the records you need — you’re not alone. It’s one of the most common (and time-wasting) habits in Excel. The good news? You don’t need to do it anymore. With the FILTER function , Excel can automatically extract just the data you want — and it updates instantly when your source data changes. No more manual work, no more broken copies, and no more forgetting
Kyle Pew
Oct 29, 20251 min read


Excel’s New PivotTable Auto Refresh: No More Manual Updates!
If you use PivotTables in Excel regularly, you know the routine: you update your source data, switch to your PivotTable, right-click, and select Refresh — every. single. time. But that’s all changing. Microsoft has introduced a brand-new feature that lets PivotTables automatically refresh when their source data changes — and it’s one of the most useful quality-of-life updates Excel users have seen in years. What Is the PivotTable Auto Refresh Feature? Traditionally, PivotTa
Kyle Pew
Oct 16, 20251 min read


Excel’s DOT Operator: A Small Change with Big Impact
If you’ve ever built a formula in Excel that points to a large range, you know the struggle: blank cells at the bottom get included, and...
Kyle Pew
Sep 12, 20251 min read


Big News – I’ve Launched an Etsy Store!
I’m excited to share something brand new with you—my very own Etsy shop ! For years, I’ve been teaching Microsoft Excel and other Office...
Kyle Pew
Sep 11, 20252 min read


Excel’s New COPILOT() Function — AI Inside Your Formulas
Microsoft is bringing AI directly into the formula bar with the new COPILOT() function. Instead of crafting long nested formulas, you...
Kyle Pew
Sep 5, 20252 min read


Break the Language Barrier in Excel: Translate Any Text Instantly!
If you’ve ever worked with international teams or global datasets in Excel, you’ve probably come across reviews, comments, or content...
Kyle Pew
May 21, 20252 min read


Reshape Your Data Instantly in Excel with CHOOSECOLS & CHOOSEROWS
If you’ve ever found yourself spending way too much time manually moving columns around or using complex formulas to extract specific...
Kyle Pew
May 16, 20251 min read


Mastering Excel's PIVOTBY Function – 3 Real-World Examples You Need to See
Are you looking to level up your data summarization game in Excel? Microsoft has rolled out a new dynamic function that’s turning heads:...
Kyle Pew
Apr 16, 20251 min read
bottom of page





