After this, you'll be able to use the Gemini side panel in Google Sheets to create formulas, fix formula errors, create a pivot table, and apply table actions without an API key.
Before you start
Complete Google Drive Sheets: Bring a Sheet into Claude first so you understand the difference between Claude source analysis and in-Sheets actions.
The idea
Gemini is the supported in-Sheets path for formula help and table actions.

It can create formulas, analyze a spreadsheet, build charts, create pivot tables, sort, filter, apply conditional formatting, and add dropdowns or checkboxes.
This is different from Claude reading a Sheet from Drive: Gemini works inside the Sheet you already have open.
The practical starting pattern is one clean table, one prompt, one action, then a manual check.
Clean headers matter because Gemini uses the active table context to decide what range and field names to use.
Here is the before and after: Before, you search for the right formula, copy it wrong, and then debug an error cell. After, you ask Gemini for the formula, insert it, use Fix on the error if needed, and check the result against 5 rows.
Now try it: open a Sheet with a small task table, ask Gemini to create a formula for overdue status, insert it, then ask Gemini to create a pivot table that counts tasks by status.
Try it (18 min)
Watch out for
Paste this into Claude
Create a Google Sheet with 20 rows of task data and these columns: Task ID, Owner, Due Date, Status, Priority. Open the Gemini side panel and complete these requests one at a time: 1. Create a formula in a new column called Review Flag. It should return OVERDUE when Due Date is before today and Status is not Done. Otherwise it should return OK. 2. Create a dropdown in the Status column with Not Started, In Progress, Blocked, and Done. 3. Create a pivot table that shows task count by Status and Priority. 4. Sort the active table by Due Date ascending. After each step, check 5 rows manually before moving on.
What good looks like
When this breaks
AI can help with this
Use the in-sheet AI formula path only after you test 5 rows manually. For hundreds of rows, confirm cost, quota, privacy, and temperature before you fill down.

You can now
You can complete the lesson outcome on a real or realistic spreadsheet sample.
Key takeaways
Use Gemini when the work needs to happen inside Google Sheets. Ask for one action, insert it, then check the result before scaling it.
Go deeper