跳到主内容
AAIStartStop reading about AI. Start using it.
Beginner#Excel#Google Sheets#ChatGPT

How to Use ChatGPT for Excel & Google Sheets Formulas

Stop fighting spreadsheet formulas. Get ChatGPT to write Excel and Google Sheets formulas, explain errors, and build them step by step, with copy-paste prompts.

AIStart·Updated May 22, 2026·4 min read
Contents

Spreadsheet formulas are where a lot of otherwise confident people freeze. The syntax is fussy, one wrong bracket breaks everything, and the help docs assume you already know the answer. ChatGPT fixes this: describe what you want in plain English and it writes the formula. This guide shows you exactly how to ask, how to fix errors, and the one mistake to avoid, using ChatGPT.

The golden rule of spreadsheet prompts

To get a formula that actually works on the first try, every request needs three things:

  1. Which app you use: Excel or Google Sheets (their functions differ).
  2. Your column layout: real column names or letters.
  3. What you want, in plain words, including any conditions.

Vague in, broken formula out. The five extra seconds spent describing your sheet saves you ten minutes of debugging.

If you are new to chat assistants entirely, start with the ChatGPT beginner's guide.

A reusable template for any formula

Paste this and fill in the brackets:

I am using [Excel / Google Sheets]. My data is laid out like this: column A is [name], column B is [name], column C is [name]. Data starts in row 2. I want a formula in column [X] that [describe exactly what you want, including any conditions]. Give me the formula and a one-line explanation of how it works.

That structure handles the vast majority of everyday needs.

Worked example: a real request

Say you have sales data and want total sales for one region.

I am using Google Sheets. Column A is Region, column B is Salesperson, column C is Amount. Data starts in row 2. I want a formula that adds up Amount in column C only where Region in column A equals "West". Explain it simply.

ChatGPT returns a SUMIF formula plus a plain-English explanation of each part. You paste it into your sheet and it works.

Fixing errors and the dreaded #VALUE

When a formula breaks, do not guess. Paste the whole thing back.

This formula gives me a [error name, like #REF or #VALUE] error in [Excel / Google Sheets]. Here is the formula: [paste]. My columns are [describe]. What is wrong and how do I fix it?

Common culprits ChatGPT will catch:

ErrorUsually means
#REF!A referenced cell was deleted or moved
#VALUE!Text where a number was expected
#DIV/0!Dividing by an empty or zero cell
#N/AA lookup found no match

Build complex formulas step by step

For anything with multiple conditions, do not ask for the giant formula at once. Build it in layers.

I want to build a formula step by step. First, just give me a formula that does [the simplest part]. After I confirm it works, we will add the next condition.

This way, when something breaks, you know exactly which piece caused it.

Translate between Excel and Google Sheets

Got a formula from a colleague that will not work in your app?

Convert this Excel formula to work in Google Sheets, and tell me what changed: [paste].

Have ChatGPT explain a formula you inherited

Opened a sheet full of formulas you did not write?

Explain what this formula does in plain English, step by step, as if I have never used spreadsheets: [paste].

This is one of the fastest ways to actually learn formulas, not just copy them.

Beyond formulas

ChatGPT helps with more than just functions:

  1. Pivot tables: "Give me step-by-step instructions to build a pivot table that shows total sales by region."
  2. Cleaning data: "What is the fastest way to split a Full Name column into First and Last in Google Sheets?"
  3. Conditional formatting: "How do I highlight every row where column C is over 1000?"
  4. Charts: "Which chart type best shows sales trends over 12 months, and how do I make it?"

The one mistake to avoid

Never let ChatGPT do your actual arithmetic. Ask it for the formula, then let the spreadsheet calculate. ChatGPT can fumble raw numbers, but Excel and Sheets never will.

Use AI to build the tool, and let the tool do the math. That division of labor keeps your numbers trustworthy and your formulas correct.

Where to go next

The clearer your description, the better the formula. Read How to write AI prompts that actually work to sharpen how you ask, and browse the best AI tools for beginners if you want to round out your toolkit.

Related tools

FAQ

Can ChatGPT see my actual spreadsheet?

Not unless you paste the data or describe it. ChatGPT cannot open your file on its own in a normal chat. The reliable approach is to describe your columns and what you want, then paste a few sample rows so it understands your layout.

Why does the formula ChatGPT gave me return an error?

Usually the column letters, separators, or a function name do not match your sheet. Excel and Google Sheets also differ slightly. Tell ChatGPT which app you use and your exact column names, and paste the error message back so it can fix it.

Will ChatGPT get my numbers right if I ask it to do the math?

Do not trust it to calculate your actual figures; it can make arithmetic mistakes. Use it to write the formula, then let Excel or Sheets do the real calculation. The spreadsheet is always the source of truth for numbers.

Related guides