ChatGPT Mastery Pro ~8 min read New · July 2026

Your spreadsheets, interrogated.

Every business runs on spreadsheets nobody has time to actually read. Upload them and ask questions in English — ChatGPT runs real code against your real numbers. Here's how to do it without fooling yourself.

01 This is real computation, not vibes

When you upload a spreadsheet and ask a question, ChatGPT doesn't guess from the general shape of your data — it writes and runs actual analysis code against the file (that's Code Interpreter working under the hood). Totals are computed, not remembered. This matters: it means the arithmetic is trustworthy even though the interpretation still needs your judgment.

02 The conversation ladder

Orient: "What's in this file? Describe the columns, the date range, and anything weird." Always start here — it catches wrong-file and broken-export problems immediately.
Clean: "Find duplicates, blanks, and formatting inconsistencies. Fix what's safe to fix and list what you changed."
Summarize: "Break down revenue by month and by customer. What are the top five customers as a share of total?"
Probe: "What changed between Q1 and Q2? What's driving it? Show me the three customers behind most of the difference."
Deliver: "Make a chart of the monthly trend I can paste into a deck, and give me the cleaned file back as an Excel download."
Verify like a pro

Pick one number you already know — last month's total, the row count, a customer's balance — and check ChatGPT's version against it before trusting anything else. One known-good anchor validates the whole pipeline. If the anchor's wrong, the export or the column mapping is wrong, and you just saved yourself from presenting garbage.

03 Questions worth stealing

04 Limits and hygiene

Very large files can hit limits — filter to the relevant slice first. Formulas don't survive the trip: ChatGPT works on values, so treat outputs as new files, not edits to your master. And the standing rule: customer data, salaries, anything sensitive — know your plan's data policy before uploading, and when in doubt, anonymize the columns that matter. (Full data-hygiene guidance in Privacy & what not to paste.)

Try it now

Export something real — sales, expenses, inventory, your bank's CSV. Run the whole ladder: orient, clean, summarize, probe. Twenty minutes, and you'll know things about your own numbers you didn't this morning.

Open ChatGPT →

This week's challenge

Take the spreadsheet you're supposed to look at every month but don't. Upload it, verify one anchor number, then ask: 'Give me the five things in here I most need to know, ranked by how much money each one represents.' Put the answer where you'll act on it.

Up next in ChatGPT Mastery

Meetings, notes & summaries

Before, during, and after — the meeting workflows that give you back your Tuesdays. Read the lesson →