The two-word prompt that gets people into trouble


Most people open ChatGPT, drop in an Excel file, and type two words.

Analyze this.

What comes back looks good. The numbers, the insights, the tidy summary. But how do you actually know if it's right?

Last week I put ChatGPT through a proper test. A messy, multi-sheet sales file with codes, lookups, and calculations it had to figure out on its own. Then I verified the results myself with a data model in Excel.

There's a specific workflow that makes the difference between trusting AI blindly and actually being in control.

👉 Watch the test, and copy the workflow

video preview

One thing to keep in mind: this workflow is good for ad-hoc analysis, not recurring reporting. For that, build a deterministic model with Power Query and Power Pivot instead.

🤓 Geeky News

🫗 PivotTable #SPILL! generally available

When something blocks a PivotTable from expanding, you used to get a popup asking what to do. That popup is gone.

Instead, the PivotTable collapses into a single cell showing a #SPILL! error, the same way FILTER or SORT behaves when something's in the way.

Your data is safe. The PivotTable is still there. Clear the blockage when you're ready and it expands again.

This behavior is now generally available, starting with the current channel. If you're on monthly or semi-annual, you might get the popups for a while longer.

Meanwhile, another promising feature - PivotTable AutoRefresh - was removed from Beta and no word when it's coming back...

🤖 Copilot in Excel: rules and skills

The rest of June Excel updates were, predictably, about Copilot.

In addition to personalization, which covers all of your workbooks, you can set rules for a specific file.

You define how Copilot should behave in that workbook, formatting conventions, layout rules, which functions to use. Those rules travel with the file when you share it. No setup needed on the other end. The rules live in a sheet called .Rules.

There are also skills for repeatable tasks. Instead of re-explaining the same process every time ("build a DCF model," "refresh the monthly report"), you define it once as a skill and Copilot follows it on demand. You can use built-in skills or create your own. Each skill you create needs to be saved in a dedicated OneDrive folder.

Both rolling out to Microsoft 365 Insiders.

🤖 The rest of Copilot June updates

A lot landed this month across the Microsoft 365 apps.

Copilot Cowork, the agentic version that actually does tasks start to finish rather than just drafting them, is now generally available. It can browse the web, generate images, and pick its own model depending on the task. Now also on mobile.

When building a PowerPoint presentation, you can now point Copilot at a SharePoint library or OneDrive folder, so it pulls from your actual content instead of making things up. It can also follow brand templates.

Model choice has arrived in Word, including Anthropic's Claude, so you can pick what handles your edits. Deep citations now link to the specific paragraph in a Word or PowerPoint file Copilot pulled from, not just the file itself.

And Outlook now lets you select a section of a draft and ask Copilot to adjust just that part.

🤔 Did You Know?

...that Excel also has presentation mode?

I'm sure you know all about presenting in PowerPoint.

But if presenting data in Excel - maybe hard numbers, maybe a dashboard - you'd want to remove the distraction.

Hide the formula bar (View > uncheck Formula bar).

Hide the ribbon (Ctrl + Shift + F1).

Or do both at once by adding Full Screen View to the Quick Access toolbar.

Escape to go back.

(Thanks to Wyn Hopkins for sharing this tip at the Global Excel Summit.)

👏 From workarounds to models that actually scale

Aneta is a Chief Accountant, working with large datasets, complex reports, Power BI. She knew her way around Excel. But something wasn't quite right under the hood.

After completing Excel Data Modeling with Power Pivot & DAX, here's what she shared:

Before taking the course, I was working with large datasets in Excel and Power BI but felt that my data models were not structured as efficiently as they could be. I often relied on complex formulas and manual workarounds, which made my reports harder to maintain and slower to update.

After completing the course, I feel much more confident building structured data models and creating measures that are both dynamic and reliable. This allows me to design reports that are faster and easier to manage. I’m able to generate insights more efficiently and build models that are scalable rather than temporary solutions.

- Aneta Ciszek, Chief Accountant

Now she designs models built to last instead of patched together to survive the week.

That's the difference Power Pivot makes when you finally learn it properly.

See you next week,

Leila

When you're ready, here are some ways we can help:

🎓 Join 400,000+ members in our courses

📺 Get free tutorials on YouTube

👥 Train your whole team with our courses. Team pricing and progress tracking - reply for details.


This newsletter contains affiliate links, which give us a small commission at no cost to you. Thank you for your support!

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

When I worked in finance, the reports I had to build almost always came from more than one sheet. A lot of copy-pasting. These days one formula can do that for you. It's called VSTACK. It stacks your sheets into one list. It stays live, works in Excel Online, and anyone who opens the file knows exactly what's happening. Most people who use VSTACK, use it to glue two ranges together, and think that's it. But that's barely scratching the surface. I put together my top 6 VSTACK tips in this new...

The most common way people mess up their own spreadsheets is a button sitting right there on the Home tab. Merge & Center. It's one of the first buttons anyone learns in Excel, and it does exactly what it says: centers a title, makes a header look tidy. The trouble starts the moment someone uses it inside the data instead of just the header row. Try to sort... yep, it doesn't work. Try to sum a column with a merged cell sitting in the middle of it. Column E, for example: Exactly. You'd have...

What do you do when your data goes wide? Picture a sales table with one row per rep, but then Sales_Jan, Units_Jan, Sales_Feb, Units_Feb, and so on, all the way to December. It just keeps growing wider with every month you add. Try to filter by month, or build a pivot table around it, and you're stuck. Month isn't a value in this table. It's baked into the column headers. You need a way to turn the wide into long so that it's ready for analysis. And there's a Python function that does exactly...