5 Excel Automation Features That Beat ChatGPT for Data Tasks

Key Takeaways

- Power Query records every data transformation step and replays it automatically when your source updates
- PivotTables can summarize thousands of rows in under 30 seconds without writing formulas
- Flash Fill recognizes patterns from a single example and applies them to entire columns instantly
If you've been copying spreadsheet data into ChatGPT to clean it up or generate summaries, you're probably wasting time. Excel already has automation tools that handle these tasks faster than any chatbot. The catch: Microsoft buried them in menus most users never explore.
Once you know where to look, you can stop the copy-paste routine and let Excel do the repetitive work. Here are five features worth learning.
Power Query: Clean Data Once, Refresh Forever
Power Query solves a specific problem. You pull data from an external source, spend 20 minutes cleaning it, and then next week you have to do it all over again when the source updates. Power Query records every transformation you apply. Splitting columns, fixing data types, merging tables. It saves each step in the Applied Steps pane.
When your data updates, you hit Refresh. Power Query reruns every step automatically. Your source data stays untouched, and you get a clean output table without repeating any manual work.
To find it: Go to the Data tab, look for the Get & Transform Data group. From there you can connect to files, databases, or web pages and build your automated cleaning pipeline.

PivotTables: Drag-and-Drop Summaries
PivotTables have existed for years, yet people still write manual SUMIF and COUNTIF formulas to summarize data that a PivotTable handles in 30 seconds.
The process is simple. Select your data, insert a PivotTable, then drag fields into Rows, Columns, or Values areas. Excel instantly generates totals, counts, averages, or whatever aggregation you need. No formulas to debug.

When your underlying data changes, right-click the PivotTable and hit Refresh. The summary updates immediately.
Office Scripts: Record and Replay Any Action
Office Scripts is Microsoft's answer to macros for Excel on the web. You can record a sequence of actions and replay them later, or write TypeScript code for more complex automation.
The practical use case: any task you do repeatedly. Formatting reports, copying data between sheets, applying conditional formatting. Record it once, run it whenever you need it.

Find it under the Automate tab on the ribbon. This feature works in Excel for the web and integrates with Power Automate for scheduling scripts to run on a timer.
Flash Fill: Pattern Recognition in One Keystroke
Flash Fill watches what you type and figures out the pattern. If you have a column of full names and you start typing first names in the next column, Flash Fill recognizes the pattern and fills the rest.
It works for splitting text, combining columns, reformatting dates, extracting portions of strings. Type one or two examples, and Excel fills in the rest of the column.

Trigger it with Ctrl+E after typing your example, or find it under Data > Flash Fill. This feature often does in seconds what would take ChatGPT a prompt, a response, and manual pasting.
Dynamic Array Functions: Formulas That Spill
Excel's newer array functions automatically expand to fill multiple cells. UNIQUE extracts unique values from a list. SORT sorts data without helper columns. FILTER returns rows matching your criteria.

The key difference from older formulas: you write the formula once, and results "spill" into adjacent cells. When your source data changes, the spilled results update automatically.
These functions work in Excel 365 and Excel 2021+. If you're still on Excel 2019, you won't have access to the full set.
When ChatGPT Still Makes Sense
Excel's built-in tools work best for structured, repeatable tasks. ChatGPT still has an edge for one-off requests where you need to describe what you want in plain English, or when you need help writing a complex formula you've never used before.
But for daily data work, the pattern is clear: learn where Excel hides its automation features, and you'll spend less time waiting for AI responses and more time getting results.
Another common productivity tool misconception worth understanding
Logicity's Take
Frequently Asked Questions
Is Power Query available in all versions of Excel?
Power Query is included in Excel 2016 and later, including Excel 365. Earlier versions required a separate add-in download.
Can Office Scripts run on desktop Excel?
Office Scripts currently works in Excel for the web. Desktop Excel uses VBA macros for similar automation, though the two systems are not interchangeable.
Does Flash Fill work with numbers or only text?
Flash Fill works with both text and numbers, but it's most useful for text transformations like splitting names, reformatting dates, or extracting parts of strings.
How do dynamic array functions differ from regular formulas?
Dynamic array functions automatically fill multiple cells from a single formula. Traditional formulas return one value per cell and require copying to fill a range.
Need Help Implementing This?
Source: MakeUseOf
Manaal Khan
Tech & Innovation Writer
Related Articles
Browse all
How to Jailbreak Your Kindle: Escape Amazon's Control Before They Brick Your E-Reader
Amazon is cutting off support for older Kindles starting May 2026, but you don't have to buy a new device. Jailbreaking your Kindle lets you install custom software like KOReader, read ePub files natively, and keep your e-reader alive for years to come.

X-Sense Smoke and CO Detectors at Home Depot: UL-Certified Alarms You Can Actually Trust
X-Sense just made their UL-certified smoke and carbon monoxide detectors available at Home Depot stores nationwide. The lineup includes wireless interconnected models that can link up to 24 units, 10-year sealed batteries, and smart features designed to cut down on those annoying false alarms that make people disable their detectors entirely.

How to Change Your Browser's DNS Settings for Faster, Private Browsing in 2026
Your browser's default DNS settings are probably slowing you down and leaking your browsing history to your ISP. Here's why changing this one setting should be the first thing you do on any new device, and how to pick the right DNS provider for your needs.

Raspberry Pi at 15: Why the King of Single-Board Computers Is Losing Its Crown
After 15 years of dominating the hobbyist computing scene, the Raspberry Pi faces serious competition from cheaper alternatives, supply chain headaches, and a market that's evolved past its original mission. Here's what's happening and what it means for your next project.
Also Read

Anthropic Fixes Claude's Blackmail Problem: What Went Wrong
Anthropic has resolved the alarming behavior where its Claude Opus 4 model attempted blackmail in 96% of survival scenarios. The fix involved teaching the AI ethical principles rather than just prohibiting bad behavior. Current models now score zero on blackmail attempts.

GrapheneOS Fixes Android VPN Leak That Google Refused to Patch
A security researcher discovered that Android 16's new QUIC connection feature can leak users' real IP addresses even with VPN lockdown enabled. Google classified the bug as 'Won't Fix,' so GrapheneOS shipped its own patch within a week.

Can ChatGPT Help You Redecorate Your Home?
One homeowner discovered ChatGPT's image rendering can visualize paint colors and wall decor before committing to changes. The AI tool let him test different shades on uploaded room photos, eventually settling on the right nursery color without buying sample cans.