Launching soon · Excel & Google Sheets

The AI copilot for spreadsheets.

Describe what you need and get the exact formula. Fix errors, explain confusing formulas, and chat with your own data. Then let it build the sheets, charts, and formatting for you.

No spam, ever. Just one email the day we launch.

See what it does ↓

ExcelPerfect Excel
Sum revenue in column D where region is West and status is Paid
=SUMIFS(D:D, B:B, "West", C:C, "Paid")

Adds every Paid order from the West region.

On your data $48,210

Works with the tools you already use

Microsoft Excel .xlsx · .xls Google Sheets Excel ⇄ Sheets CSV files import · analyze VBA · Regex · SQL on request
What it does

One copilot for everything in your sheets

From a quick formula to a finished workbook, it covers your whole spreadsheet workflow, so you never get stuck again.

Formulas from plain English

Describe the result you want and get the exact Excel or Sheets formula, ready to paste, with every argument explained.

Fix & debug errors

Paste a broken formula or an error like #REF!, #VALUE! or #N/A and get the real cause plus the corrected version.

Explain any formula

Inherited a messy, nested formula? Get a clear, step-by-step breakdown of exactly what it does and why.

Chat with your data

Upload a spreadsheet and ask real questions. Answers come from your actual rows, not guesses, because it reads the whole file, formulas and all.

Build sheets & charts

Ask it to add columns, create new sheets, format cells, and insert native charts. Then download the finished workbook.

VBA, regex & SQL

Go beyond formulas: turn plain English into ready-to-run macros, regex patterns, and SQL queries.

See it in action

Real questions, real answers

The kind of thing you ask every day, answered in seconds, with the reasoning so you can trust it.

Formula

Sum revenue in column D where region is West and status is Paid

=SUMIFS(D:D, B:B, "West", C:C, "Paid")

Adds every Paid order from the West region.

Fix

My VLOOKUP returns #N/A, but the value is right there

=XLOOKUP(TRIM(E2), A:A, C:C, "Not found")

The lookup column had trailing spaces, and TRIM clears them.

Explain

What does =INDEX(C:C, MATCH(E2, A:A, 0)) actually do?

It finds the value from E2 inside column A, then returns the value on that same row from column C. A flexible two-way lookup.

Your data

Which 5 customers spent the most last quarter?

Acme, Globex, Initech, Umbrella, and Soylent: your top five by Q3 spend.

Computed from the 8,420 rows in your file.

Build

Add a profit-margin column and a chart of revenue by month

Sales (updated).xlsx Ready to download

Filled the column and inserted a native chart, ready to download.

Beyond formulas

Write a regex to pull the domain out of an email address

[\w.+-]+@([\w-]+\.[\w.]+)

Captures everything after the @, which is the domain.

Your own data

Bring your spreadsheet. Get answers and a finished file.

Upload an .xlsx, .xls, or .csv and the copilot reads your real rows, formulas and all. Ask questions, add columns and charts, fix the formatting, and download a corrected workbook with every style intact. Your original is never touched.

  • Grounded in real data Answers come from your actual cells, not a guess, so you can trust the numbers.
  • It does the work New columns, sheets, charts, and formatting, applied for you and handed back as a file.
  • Your original stays safe Every edit lands in a fresh copy you download. The file you uploaded is never modified.
Join the waitlist
Sales.xlsx Your upload Original
ExcelPerfect
Sales (updated).xlsx Ready to download Download

What changed

Profit-margin column added Revenue chart inserted Currency formatting applied
How it works

Get unstuck in three steps

No syntax to memorise, no tutorials. Just ask.

01

Ask in plain English

Describe the formula you need, paste an error, or attach your spreadsheet and ask a question. No syntax to memorise.

02

Get a clear, correct answer

The exact formula, the fix, a plain-English explanation, or an answer from your data, always with the reasoning shown.

03

Use it instantly

Copy the formula straight into your sheet, or download the corrected workbook with your edits and charts applied.

Free Excel guides

Learn the formulas everyone Googles

Step-by-step guides with copy-paste examples and error fixes. Then generate your own in one click.

VLOOKUP 6 min read

How to Use VLOOKUP in Excel (Step-by-Step, with Examples)

VLOOKUP is the function people reach for when they need to find a value in a table and pull back a matching value from another column: looking up a price by product code, an email by name, a salary by employee ID.

Read guide
XLOOKUP 5 min read

How to Use XLOOKUP in Excel (the Modern VLOOKUP)

XLOOKUP is the modern lookup function in Excel. It replaces VLOOKUP, HLOOKUP, and most INDEX/MATCH formulas with one cleaner function.

Read guide
IF 5 min read

How to Use the IF Function in Excel (with Multiple Conditions)

The IF function returns one value when a condition is true and another when it is false. It is the foundation of decision-making in spreadsheets: flagging, scoring, categorising, and conditional math.

Read guide
SUMIF 5 min read

How to Use SUMIF in Excel (Sum with a Condition)

SUMIF adds up the numbers in a range that meet a single condition: total sales for one region, the sum of all "Paid" invoices, every value over 100.

Read guide
COUNTIF 4 min read

How to Use COUNTIF in Excel (Count with a Condition)

COUNTIF counts how many cells in a range meet a single condition: how many invoices say "Paid", how many scores are over 100, how many names start with S.

Read guide
INDEX/MATCH 6 min read

How to Use INDEX MATCH in Excel (Look Left and Right)

INDEX/MATCH is the lookup combo power users prefer over VLOOKUP. MATCH finds the position of a value, and INDEX returns whatever sits at that position in another column.

Read guide
Pricing

Pay for what you use. Nothing you don’t.

Start free with 50K tokens a month. Go Pro for 6M a month, and top up anytime you need more.

Free early access for waitlist members

Free

Everything you need to get unstuck.

$0 / forever

Free forever, no card

Join the waitlist
  • 50K tokens every month
  • Formulas, fixes & explanations
  • Chat with & edit your files
  • Excel & Google Sheets
  • VBA, regex & SQL
Most popular

Pro

Pro

For people who live in spreadsheets.

$9 / per month

Billed monthly · cancel anytime

Join the waitlist
  • 6M tokens a month, 120× more
  • Everything in Free
  • Top up anytime, never expires
  • Priority email support
  • Cancel anytime, no lock-in

Need more? Top up anytime.

A Pro perk. One-time token packs that never expire.

Join the waitlist →
3M tokens Starter $5
6.5M tokens Plus $10
14M tokens Power $20

Secure billing via Stripe · Cancel anytime · No lock-in

FAQ

Questions, answered

Everything about accuracy, billing, and the spreadsheets we support.

What can ExcelPerfect do?

It is an AI copilot for spreadsheets. Describe what you want and it writes the exact Excel or Google Sheets formula, fixes broken formulas and errors, explains confusing formulas in plain English, and chats with your own data. It can also build new sheets, columns, charts, and formatting, then hand you a finished file. On top of that it writes VBA macros, regex, and SQL.

How accurate are the formulas?

ExcelPerfect is tuned for spreadsheet syntax and explains every result, so you can verify the logic before you paste. When you attach a file it runs its checks against your real data, and it writes formulas in your region’s syntax. Debug mode finds and fixes errors like #REF!, #VALUE!, and #N/A.

Can it work with my own spreadsheet?

Yes. Upload an .xlsx, .xls, or .csv (up to 5 MB) and it reads your real rows, formulas included, to answer questions and make edits. Ask it to add columns, charts, or formatting and download a corrected workbook. Your original file is never modified, because every edit lands in a fresh copy.

Does it work with Google Sheets too?

Yes. Pick your dialect, Excel or Google Sheets, and you get formulas written for that exact flavour, including Sheets-only functions like ARRAYFORMULA and QUERY.

Is my data private?

We process your messages and files only to answer your questions and make the edits you ask for. We never sell your data or use it to train advertising models. Uploaded files are stored temporarily so follow-ups and downloads work, then auto-deleted. You can export or delete everything from your account anytime.

How is usage measured?

In tokens, the standard unit of AI usage (roughly ¾ of a word, in and out). A quick formula uses a few thousand. A deep chat over an attached spreadsheet uses more. Free includes 50K a month, and Pro includes 6M.

How does billing work, and can I cancel?

Pro is $9/month through Stripe, monthly only, and you can cancel in one click anytime. Need more than the monthly allowance? Pro members can top up with one-time packs ($5 to $20) that never expire.

Launching soon

Be first to perfect your spreadsheets

ExcelPerfect is almost here. Join the waitlist and we’ll email you the moment it goes live. Early members get an extended free trial.

No spam, ever. Just one email the day we launch.