Claude Prompt Library

30 Claude Prompts That Build Spreadsheets

30 copy-paste prompts

Describe what you want to track and Claude returns a complete sheet: tabs, labeled columns, sample rows, and working formulas you can paste straight into Google Sheets or Excel. Prompts for budgets, trackers, dashboards, calculators, CRMs, and planners. Not "give me a formula".

In short: This page contains 30 copy-paste ready prompts, organized into 6 categories with a description and pro tip for each. The first 15 prompts are free instantly โ€” no signup needed. Hand-curated and tested by the AI Academy team.

By Louis Corneloup ยท Founder, Techpresso
Last updated ยทHand-curated & tested by the AI Academy team

Budget & Finance Sheets

5 prompts

Monthly Personal Budget (50/30/20)

1/30

You are a personal finance coach and spreadsheet expert. <context> I want a complete monthly personal budget spreadsheet I can paste straight into Google Sheets or Excel. It should be a self-contained, ready-to-use layout with real formulas, not just advice. </context> <inputs> - Monthly take-home income: [AMOUNT] - Fixed costs I have: [RENT, UTILITIES, ETC] - Variable spending categories: [GROCERIES, DINING, TRANSPORT, ETC] - Savings or debt goal: [AMOUNT OR PERCENT] - Currency and month: [E.G. USD, JANUARY] </inputs> <task> Build a budget sheet using the 50/30/20 framework with three tabs: Setup (income and target split), Budget (category, planned, actual, difference, % of income, grouped into Needs / Wants / Savings), and Summary (totals per group, planned vs actual, amount left to allocate). Include every formula written out cell by cell (SUM, SUMIF by group, actual-minus-planned, and a conditional flag when a group exceeds its target). </task> <constraints> - Formulas must be valid in both Google Sheets and Excel; note any difference. - Use real category names from my inputs, with 2-3 sample rows filled in. - No filler text; every column must have a clear header and purpose. </constraints> <format> Return the spreadsheet as a structured artifact (each tab as a table with headers, sample rows, and the exact formula in each calculated cell), then a short note on how to paste it in and adjust the target split. </format>

Produces a three-tab 50/30/20 monthly budget with planned-vs-actual formulas and overspend flags, ready to use.

๐Ÿ’ก

Pro tip: Give Claude your last month's real numbers as the sample rows so the sheet opens pre-filled instead of blank.

Zero-Based Budget Sheet

2/30

You are a budgeting specialist who teaches the zero-based method (every dollar assigned a job). <context> I need a zero-based budgeting spreadsheet where income minus every assigned dollar equals exactly zero. It must be a self-contained, paste-ready sheet with live formulas. </context> <inputs> - Expected income sources and amounts: [PAYCHECK, SIDE INCOME, ETC] - Spending categories: [LIST] - Sinking funds I save toward: [CAR, GIFTS, ETC] - Pay frequency: [WEEKLY / BIWEEKLY / MONTHLY] - Currency: [E.G. USD] </inputs> <task> Build a sheet with: an Income block (source, amount, total), an Assignments block (category, assigned, spent, remaining), and a prominent "To Be Assigned" cell that equals total income minus total assigned and must reach zero. Add a running Remaining column per category and a conditional highlight when To Be Assigned is not zero. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; flag differences. - Include sinking-fund rows and 3 sample assignments. - The To Be Assigned logic must be unmissable and correct. </constraints> <format> Return the sheet as a structured artifact (tables with headers, sample rows, exact formulas), then a short note on the assign-until-zero workflow. </format>

Builds a zero-based budget where a live To-Be-Assigned cell forces every dollar to a job, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to add conditional formatting rules in plain steps so the To-Be-Assigned cell turns red until it hits zero.

Small Business Cash Flow Statement

3/30

You are a fractional CFO who builds clean financial spreadsheets for small businesses. <context> I need a monthly cash flow statement for my small business as a self-contained, ready-to-use spreadsheet with working formulas across the year. </context> <inputs> - Business type: [E.G. AGENCY, ECOMMERCE, CAFE] - Revenue streams: [LIST] - Fixed and variable costs: [LIST] - Starting cash balance: [AMOUNT] - Months to project: [E.G. 12] </inputs> <task> Build a 12-month cash flow sheet with rows for each revenue stream, total inflows, each cost line, total outflows, net cash flow (inflows minus outflows), and a running closing balance that carries the prior month's balance forward. Add a Summary tab with annual totals, average monthly burn, and a lowest-balance month callout. Write out every formula including the running-balance carry. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences (e.g. cell references across columns). - Months as columns, line items as rows; 2-3 sample figures filled per stream. - Clear subtotal rows for inflows and outflows. </constraints> <format> Return the statement as a structured artifact (grid with row labels, month columns, and exact formulas), then a short note on updating actuals each month. </format>

Generates a 12-month small-business cash flow statement with running balance and burn summary, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude your seasonality (slow and peak months) so the sample projections aren't flat across all twelve columns.

Debt Payoff Tracker (Snowball & Avalanche)

4/30

You are a debt-payoff strategist and spreadsheet builder. <context> I want a debt payoff spreadsheet that compares the snowball and avalanche methods and shows my debt-free date. It must be a self-contained, paste-ready sheet with real formulas. </context> <inputs> - Each debt (name, balance, APR, minimum payment): [LIST THEM] - Extra amount I can pay monthly: [AMOUNT] - Method to prioritize: [SNOWBALL / AVALANCHE / SHOW BOTH] - Start month: [E.G. FEB 2026] </inputs> <task> Build a tracker with a Debts tab (name, balance, APR, minimum, sort order for both snowball smallest-balance-first and avalanche highest-APR-first) and a Payoff Schedule tab that, month by month, applies minimums plus the extra to the top-priority debt, computes interest accrued, principal paid, and remaining balance, and marks the payoff month for each debt and the overall debt-free date. Include total interest paid. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Show the interest and principal split each month; 3 sample debts filled in. - Make the debt-free date and total interest impossible to miss. </constraints> <format> Return the tracker as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on switching between snowball and avalanche. </format>

Creates a debt payoff tracker comparing snowball vs avalanche with a debt-free date and total interest, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to add a single input cell for extra payment so you can watch the debt-free date move as you change it.

Freelancer Income, Expense & Tax Set-Aside

5/30

You are an accountant who specializes in freelancers and sole proprietors. <context> I need a freelancer bookkeeping spreadsheet that tracks income, expenses, profit, and how much to set aside for taxes. It must be a self-contained, ready-to-use sheet with working formulas. </context> <inputs> - Services I invoice for: [LIST] - Common expense categories: [SOFTWARE, TRAVEL, EQUIPMENT, ETC] - Estimated tax set-aside rate: [E.G. 25%] - Currency: [E.G. USD] - Year: [E.G. 2026] </inputs> <task> Build three tabs: Income (date, client, description, amount, paid?), Expenses (date, category, description, amount, deductible?), and Dashboard (total income, total expenses, net profit, quarterly income breakdown, tax to set aside using my rate, and take-home after tax). Use SUMIF by category and by quarter and a paid-vs-unpaid outstanding total. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - 2-3 sample income and expense rows; a clear deductible flag column. - Tax set-aside must recalculate live from the rate cell. </constraints> <format> Return the workbook as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on logging transactions and reading the tax number. </format>

Builds a freelancer income/expense workbook with profit, quarterly breakdown, and a live tax set-aside figure, ready to use.

๐Ÿ’ก

Pro tip: Set the tax rate as its own labeled cell so Claude's formulas reference it and you can update it without touching every row.

XML tags are just the start. Learn the full Claude workflow.

A growing library of 300+ hands-on AI tutorials covering Claude, ChatGPT, and 50+ tools. New tutorials added every week.

Start 7-Day Free Trial

Trackers

5 prompts

Monthly Habit Tracker with Streaks

6/30

You are a productivity coach who designs habit-tracking systems. <context> I want a monthly habit tracker spreadsheet with a checkbox grid, completion rates, and streaks. It must be a self-contained, paste-ready sheet with working formulas. </context> <inputs> - Habits to track: [LIST 4-8] - Days in the month / start date: [E.G. 31, FEB 1] - Weekly or monthly goal per habit: [E.G. 5x A WEEK] - What counts as a completion: [BOOLEAN OR MINUTES] </inputs> <task> Build a grid with habits as rows and days 1-31 as columns using checkboxes (TRUE/FALSE). Add per-habit columns for days completed (COUNTIF of TRUE), completion percentage against the goal, and current streak (a running count that resets on a miss). Add a footer row for daily completion count and a small summary of the best and worst habit for the month. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note the checkbox and streak differences. - Provide the current-streak formula clearly (it is the trickiest part). - 2 sample habits pre-checked for a few days. </constraints> <format> Return the tracker as a structured artifact (the grid as a table with headers, sample checkmarks, and exact formulas), then a short note on inserting checkboxes and copying the streak formula down. </format>

Generates a monthly habit grid with completion rates and a working streak formula, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to color-code cells green for done and gray for missed so the month reads at a glance.

Fitness & Weight Progress Tracker

7/30

You are a fitness coach who builds progress-tracking spreadsheets. <context> I want a fitness tracker that logs weight, measurements, and workouts and shows trends toward my goal. It must be a self-contained, ready-to-use sheet with working formulas. </context> <inputs> - Metrics to log: [WEIGHT, WAIST, REPS, ETC] - Starting stats and goal: [START WEIGHT, GOAL WEIGHT] - Log frequency: [DAILY / WEEKLY] - Units: [KG / LB] </inputs> <task> Build two tabs: a Log (date, weight, each measurement, workout done?, notes) and a Progress dashboard showing total change from start, change this week, percent to goal, a 7-entry rolling average of weight, and workouts completed this month. Use AVERAGE over a window, latest-value lookups, and a goal-remaining calc. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - 3-4 sample log rows so trend cells resolve. - Percent-to-goal must handle both losing and gaining goals correctly. </constraints> <format> Return the tracker as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on logging entries and reading the rolling average. </format>

Builds a fitness/weight tracker with rolling averages and percent-to-goal from your latest entry, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude whether your goal is to lose or gain so the percent-to-goal formula points the right direction.

Job Application Tracker

8/30

You are a career coach who builds job-search tracking spreadsheets. <context> I want a job application tracker that keeps every application organized and shows my funnel. It must be a self-contained, paste-ready sheet with working formulas. </context> <inputs> - Roles or industries I am targeting: [LIST] - Stages I want to track: [E.G. APPLIED, PHONE SCREEN, INTERVIEW, OFFER, REJECTED] - Fields I care about: [COMPANY, ROLE, SALARY, LINK, CONTACT, ETC] - Follow-up rule: [E.G. NUDGE AFTER 7 DAYS] </inputs> <task> Build an Applications tab (company, role, date applied, status dropdown, salary, link, contact, next action, follow-up date) and a Dashboard tab with counts per status, response rate, interview rate, offers, and a list of applications overdue for follow-up (today minus applied date beyond the rule). Use COUNTIF per stage and a date-based overdue flag. Write out every formula and the dropdown list values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Provide the exact data-validation dropdown values for status. - 3 sample applications across different stages. </constraints> <format> Return the tracker as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on setting up the status dropdown and the follow-up flag. </format>

Creates a job application tracker with a stage funnel, response rates, and overdue follow-up flags, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude for the exact conditional-format rule that highlights rows needing a follow-up today.

Reading & Book Tracker

9/30

You are a librarian and spreadsheet designer who builds reading logs. <context> I want a reading tracker that logs books, progress, and a yearly reading challenge. It must be a self-contained, ready-to-use sheet with working formulas. </context> <inputs> - Fields I want: [TITLE, AUTHOR, GENRE, PAGES, RATING, STATUS, DATES] - Yearly goal: [E.G. 24 BOOKS] - Statuses: [TO READ / READING / FINISHED / DNF] - Year: [E.G. 2026] </inputs> <task> Build a Library tab (title, author, genre, pages, status dropdown, start date, finish date, rating 1-5, notes) and a Stats tab with books finished vs goal, percent of goal, total pages read, average rating, favorite genre (most frequent), and books per month. Use COUNTIF, SUMIF, AVERAGE, and a mode/most-frequent formula. Write out every formula and the dropdown values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - 3 sample books across different statuses. - Percent-to-goal and pages read must recalc as rows are added. </constraints> <format> Return the tracker as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on logging books and reading the challenge stats. </format>

Builds a reading tracker with a yearly challenge, pages read, average rating, and top genre, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to add a progress bar using REPT so your books-to-goal fills up visually as you finish each one.

Subscription & Recurring Bills Tracker

10/30

You are a personal finance analyst who helps people cut wasted subscriptions. <context> I want a subscription tracker that surfaces my true monthly and yearly recurring spend and flags renewals. It must be a self-contained, paste-ready sheet with working formulas. </context> <inputs> - Subscriptions I have: [NAME, COST, BILLING CYCLE] - Categories: [STREAMING, SOFTWARE, UTILITIES, ETC] - Currency: [E.G. USD] - Renewal warning window: [E.G. 7 DAYS] </inputs> <task> Build a Subscriptions tab (name, category, cost, cycle dropdown of monthly/quarterly/yearly, next renewal date, used lately?) plus normalized monthly-cost and yearly-cost columns computed from the cycle. Add a Summary tab with total monthly spend, total yearly spend, spend by category, count of unused subscriptions, and a renewals-due-soon list (renewal within my window). Write out every formula including the cycle normalization. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - The monthly normalization must correctly divide yearly and quarterly costs. - 3-4 sample subscriptions across cycles. </constraints> <format> Return the tracker as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on spotting subscriptions to cancel. </format>

Generates a subscription tracker that normalizes every billing cycle into true monthly and yearly spend, ready to use.

๐Ÿ’ก

Pro tip: Add a used-lately column and ask Claude to total the cost of everything marked no, so cancel candidates jump out.

Dashboards

5 prompts

Personal Net-Worth Dashboard

11/30

You are a wealth-tracking analyst who builds net-worth dashboards. <context> I want a net-worth dashboard that tracks assets and liabilities over time. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Asset accounts: [CASH, INVESTMENTS, PROPERTY, ETC] - Liabilities: [MORTGAGE, LOANS, CARDS, ETC] - Update frequency: [MONTHLY] - Currency: [E.G. USD] </inputs> <task> Build an Entries tab where each row is a snapshot date with a column per account (assets and liabilities). Add a Dashboard tab computing total assets, total liabilities, net worth (assets minus liabilities), change since last snapshot, change year to date, and the asset allocation percentage per account. Use latest-row lookups and prior-row comparisons. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - 2-3 monthly snapshots filled so trend and change cells resolve. - Liabilities entered as positive and subtracted in the net-worth formula. </constraints> <format> Return the dashboard as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on adding a new monthly snapshot. </format>

Builds a net-worth dashboard tracking assets, liabilities, and month-over-month change from snapshots, ready to use.

๐Ÿ’ก

Pro tip: Add one snapshot row per month and Claude's change cells will always compare the two most recent automatically.

Sales Pipeline Dashboard

12/30

You are a RevOps analyst who builds sales pipeline dashboards. <context> I want a sales pipeline dashboard that tracks deals by stage and forecasts revenue. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Pipeline stages and win probability each: [E.G. LEAD 10%, DEMO 40%, PROPOSAL 60%, CLOSED 100%] - Fields per deal: [COMPANY, OWNER, VALUE, STAGE, CLOSE DATE] - Team members: [LIST] - Currency: [E.G. USD] </inputs> <task> Build a Deals tab (company, owner, value, stage dropdown, probability auto-filled from stage, weighted value = value times probability, expected close date) and a Dashboard tab showing total pipeline value, weighted forecast, deal count and value per stage, forecast per rep, and deals closing this month. Use SUMIF/COUNTIF by stage and rep and a VLOOKUP from stage to probability. Write out every formula and the dropdown values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Probability must auto-fill from the stage via lookup, not manual entry. - 3-4 sample deals across stages and reps. </constraints> <format> Return the dashboard as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on maintaining the stage-to-probability lookup. </format>

Creates a sales pipeline dashboard with weighted forecast, per-stage totals, and per-rep breakdown, ready to use.

๐Ÿ’ก

Pro tip: Keep the stage-to-probability mapping in its own small table so Claude's VLOOKUP updates every deal when you tune the odds.

Marketing KPI Dashboard

13/30

You are a growth-marketing analyst who builds KPI dashboards in spreadsheets. <context> I want a monthly marketing KPI dashboard that turns channel data into rates and trends. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Channels I run: [SEO, PAID, EMAIL, SOCIAL, ETC] - Raw metrics I have: [SPEND, VISITORS, LEADS, CUSTOMERS, REVENUE] - KPIs I care about: [CAC, CONVERSION RATE, ROAS, ETC] - Months to track: [E.G. 12] </inputs> <task> Build a Data tab (month, channel, spend, visitors, leads, customers, revenue) and a Dashboard tab computing per channel and overall: conversion rate (customers/visitors), cost per lead, CAC (spend/customers), ROAS (revenue/spend), and month-over-month change for each. Use SUMIFS by month and channel and guard against divide-by-zero. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Wrap ratios in IFERROR so empty months don't break the sheet. - 2 sample months across 2-3 channels. </constraints> <format> Return the dashboard as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on adding a new month of data. </format>

Builds a marketing KPI dashboard computing CAC, ROAS, and conversion rate per channel with MoM change, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to wrap every ratio in IFERROR so a channel with zero spend or visitors shows a dash instead of an error.

Project Status Dashboard

14/30

You are a project manager who builds status dashboards in spreadsheets. <context> I want a project dashboard that tracks tasks, progress, and what is overdue. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Project or workstreams: [LIST] - Task fields: [TASK, OWNER, STATUS, PRIORITY, DUE DATE, % DONE] - Statuses: [NOT STARTED / IN PROGRESS / BLOCKED / DONE] - Team members: [LIST] </inputs> <task> Build a Tasks tab (task, workstream, owner, status dropdown, priority dropdown, start date, due date, percent complete) and a Dashboard tab showing overall completion (average percent), tasks per status, count overdue (due date before today and not done), tasks per owner, and a blocked-tasks list. Use COUNTIF, AVERAGEIF, and a date-based overdue flag. Write out every formula and dropdown values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Overdue logic must exclude tasks already marked done. - 4 sample tasks across statuses and owners. </constraints> <format> Return the dashboard as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on the overdue flag and status rollups. </format>

Generates a project status dashboard with overall completion, per-status counts, and overdue flags, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude your workday reality and ask for a conditional-format rule that turns overdue, not-done rows red.

SaaS / Website Metrics Dashboard

15/30

You are a SaaS analyst who builds growth-metrics dashboards in spreadsheets. <context> I want a monthly SaaS metrics dashboard tracking MRR, churn, and growth. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Metrics I can supply monthly: [NEW MRR, EXPANSION, CHURNED MRR, CUSTOMERS, SIGNUPS] - Plan prices: [LIST IF RELEVANT] - Months to track: [E.G. 12] - Currency: [E.G. USD] </inputs> <task> Build a Data tab (month, starting MRR, new MRR, expansion MRR, churned MRR, customers, signups) and a Dashboard tab computing ending MRR (start + new + expansion - churned), net new MRR, MRR growth rate month over month, revenue churn rate, ARPU (MRR/customers), and signup-to-customer rate. Chain each month's ending MRR into the next month's start. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - The MRR waterfall must carry ending MRR forward correctly. - 2-3 sample months so growth and churn cells resolve. </constraints> <format> Return the dashboard as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on entering each month's MRR movements. </format>

Builds a SaaS metrics dashboard with an MRR waterfall, churn rate, ARPU, and growth rate, ready to use.

๐Ÿ’ก

Pro tip: Enter MRR as movements (new, expansion, churned) and let Claude's waterfall math derive ending MRR so numbers always reconcile.

Calculators

5 prompts

Loan / Mortgage Amortization Calculator

16/30

You are a mortgage analyst who builds amortization calculators in spreadsheets. <context> I want a loan amortization calculator that shows the full payment schedule and total interest. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Loan amount: [PRINCIPAL] - Annual interest rate: [RATE] - Term: [YEARS] - Payment frequency: [MONTHLY] - Optional extra payment: [AMOUNT OR 0] </inputs> <task> Build an Inputs block (principal, rate, term, extra payment) and a Schedule tab with one row per period: payment number, payment date, scheduled payment (PMT), interest portion (IPMT or balance times periodic rate), principal portion, extra payment, and remaining balance. Add a Summary with monthly payment, total interest paid, total paid, and payoff date with vs without extra payments. Write out every formula including PMT. </task> <constraints> - Formulas valid in Google Sheets and Excel; note any PMT/IPMT differences. - Balance must reach exactly zero at the final period. - Show how extra payments shorten the term. </constraints> <format> Return the calculator as a structured artifact (inputs block, schedule table with exact formulas, and summary), then a short note on changing inputs and reading total interest. </format>

Creates a loan/mortgage amortization calculator with a full schedule, total interest, and extra-payment payoff, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to make extra payment a single input cell so you can instantly see how much interest an extra $100/month saves.

Compound Interest & Investment Growth

17/30

You are an investment analyst who builds savings-growth calculators. <context> I want a compound interest calculator that projects how an investment grows with regular contributions. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Starting amount: [PRINCIPAL] - Monthly contribution: [AMOUNT] - Expected annual return: [RATE] - Years to grow: [N] - Compounding: [MONTHLY] </inputs> <task> Build an Inputs block and a year-by-year (or month-by-month) Projection table with columns for period, starting balance, contribution added, interest earned that period, and ending balance carried forward. Add a Summary showing final balance, total contributed, total interest earned, and the contribution-vs-growth split as percentages. Write out every formula including the compounding step. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Interest must compound on the running balance, not the principal only. - Include a note comparing the FV function result as a cross-check. </constraints> <format> Return the calculator as a structured artifact (inputs, projection table with exact formulas, summary), then a short note on adjusting the return rate and contribution. </format>

Builds a compound-interest calculator projecting balance, contributions, and interest earned with an FV cross-check, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to add a pessimistic and optimistic return column so you see a range, not a single fragile projection.

SaaS Pricing & Break-Even Calculator

18/30

You are a pricing strategist who builds break-even models in spreadsheets. <context> I want a pricing and break-even calculator for my product that shows how many customers I need to profit. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Price per plan: [PLAN NAMES AND PRICES] - Variable cost per customer: [E.G. HOSTING, SUPPORT] - Fixed monthly costs: [SALARIES, TOOLS, RENT] - Expected plan mix: [E.G. 60% BASIC, 40% PRO] - Monthly churn rate: [PERCENT] </inputs> <task> Build an Inputs block and a Model tab computing per-customer contribution margin (price minus variable cost), blended average revenue from the plan mix, break-even customer count (fixed costs / contribution margin), break-even revenue, and a small sensitivity table showing profit at several customer counts. Factor churn into net customer growth. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Break-even must recalc live when price or costs change. - Include a 5-row sensitivity table (customers vs profit). </constraints> <format> Return the calculator as a structured artifact (inputs, model with exact formulas, sensitivity table), then a short note on interpreting break-even and testing prices. </format>

Generates a SaaS pricing and break-even calculator with contribution margin and a profit sensitivity table, ready to use.

๐Ÿ’ก

Pro tip: Change one price in the input cell and watch the sensitivity table update; that live feedback is the whole point of the sheet.

Freelance Hourly Rate Calculator

19/30

You are a freelance business coach who builds rate-setting calculators. <context> I want a calculator that tells me what hourly rate I must charge to hit my income goal. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Target annual take-home: [AMOUNT] - Business expenses per year: [SOFTWARE, INSURANCE, ETC] - Tax rate to cover: [PERCENT] - Billable hours per week and weeks worked per year: [E.G. 25, 46] - Non-billable overhead percentage: [E.G. 20%] </inputs> <task> Build an Inputs block and a Calculation tab that derives required gross revenue (take-home plus expenses, grossed up for taxes), total billable hours per year, the minimum hourly rate (gross revenue / billable hours), and a recommended rate padded for non-billable time. Add a small table showing income at 3 different rates. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Tax gross-up and billable-hours math must be transparent, cell by cell. - 3-row comparison of low/target/premium rates. </constraints> <format> Return the calculator as a structured artifact (inputs, calculation with exact formulas, comparison table), then a short note on adjusting billable hours and reading the recommended rate. </format>

Builds a freelance hourly-rate calculator that back-solves your rate from an income goal, taxes, and billable hours, ready to use.

๐Ÿ’ก

Pro tip: Be honest about billable hours per week; overestimating there is the mistake that makes freelancers undercharge.

Marketing ROI / Campaign Calculator

20/30

You are a marketing analyst who builds campaign ROI calculators. <context> I want a calculator that measures the return on a marketing campaign and compares channels. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Campaigns or channels to compare: [LIST] - Spend per campaign: [AMOUNTS] - Leads or conversions per campaign: [NUMBERS] - Average order value or customer LTV: [AMOUNT] - Conversion rate if only leads are known: [PERCENT] </inputs> <task> Build a Campaigns tab (name, spend, leads, conversions, revenue) and a Results section computing cost per lead, cost per acquisition, revenue, ROI ((revenue - spend)/spend), ROAS, and a ranking of campaigns best to worst by ROI. Include a break-even conversions cell per campaign. Guard divisions with IFERROR. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - ROI and ROAS must be clearly distinguished and labeled. - 3 sample campaigns with different efficiencies. </constraints> <format> Return the calculator as a structured artifact (tables with headers, sample rows, exact formulas), then a short note on ranking channels and deciding where to reallocate budget. </format>

Creates a marketing ROI calculator comparing CPA, ROI, and ROAS across campaigns with a best-to-worst ranking, ready to use.

๐Ÿ’ก

Pro tip: Feed Claude your real LTV instead of a single order value so the ROI reflects repeat revenue, not just the first sale.

CRM & List Sheets

5 prompts

Lightweight Sales CRM

21/30

You are a sales operations specialist who builds spreadsheet CRMs for small teams. <context> I want a simple but complete CRM in a spreadsheet to manage contacts, deals, and activity. It must be a self-contained, paste-ready workbook with working formulas. </context> <inputs> - Contact fields: [NAME, COMPANY, EMAIL, PHONE, SOURCE] - Deal stages: [LIST] - Activity types: [CALL, EMAIL, MEETING] - Team members: [LIST] </inputs> <task> Build three linked tabs: Contacts (name, company, email, phone, owner, source, status), Deals (deal name, linked contact, value, stage dropdown, next step, next-action date), and Activity Log (date, contact, type, notes). Add a Dashboard summarizing open deal value, deals per stage, activities this week, and contacts with no next action. Use COUNTIF, SUMIF, and a lookup linking deals to contacts. Write out every formula and dropdown values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Deals reference contacts by a shared key, not duplicated data. - 3 sample contacts and deals across stages. </constraints> <format> Return the CRM as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on linking deals to contacts and logging activity. </format>

Builds a three-tab spreadsheet CRM linking contacts, deals, and activity with a pipeline dashboard, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to add a next-action-date column and flag any contact with none, so no one falls through the cracks.

Contact & Networking List

22/30

You are a networking strategist who builds relationship-tracking spreadsheets. <context> I want a networking contact list that reminds me who to reconnect with and when. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Fields I want: [NAME, ROLE, COMPANY, HOW WE MET, LAST CONTACT, PRIORITY] - Reconnect cadence by priority: [E.G. A EVERY 30 DAYS, B EVERY 90] - Tags or groups: [E.G. MENTOR, CLIENT, PEER] - Today's date reference: [USE TODAY] </inputs> <task> Build a Contacts tab (name, role, company, group dropdown, priority dropdown, how we met, last contact date, notes) with computed columns for days since last contact and next-touch date (last contact plus cadence based on priority), plus a flag for anyone overdue. Add a Summary with contacts per group and a due-to-reconnect list. Write out every formula and dropdown values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Cadence must map from the priority via a small lookup table. - 3-4 sample contacts with different last-contact dates. </constraints> <format> Return the list as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on the reconnect flag and updating last-contact dates. </format>

Generates a networking list that computes days since contact and flags who is overdue to reconnect, ready to use.

๐Ÿ’ก

Pro tip: Keep the priority-to-cadence mapping in its own table so Claude's next-touch formula updates when you change the rules.

Inventory Management Sheet

23/30

You are an operations analyst who builds inventory-tracking spreadsheets for small businesses. <context> I want an inventory sheet that tracks stock levels and flags what to reorder. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Products: [SKU, NAME, CATEGORY] - Fields: [UNIT COST, PRICE, QTY ON HAND, REORDER POINT, SUPPLIER] - Restock lead time: [DAYS] - Currency: [E.G. USD] </inputs> <task> Build a Products tab (SKU, name, category, supplier, unit cost, sell price, quantity on hand, reorder point, quantity to reorder) with computed columns for inventory value (qty times cost), margin per unit and margin percent, and a reorder flag when quantity on hand is at or below the reorder point. Add a Summary with total inventory value, count of items to reorder, and value by category. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Reorder flag and reorder quantity logic must be explicit. - 4 sample products, at least one below its reorder point. </constraints> <format> Return the sheet as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on updating stock and reading the reorder list. </format>

Builds an inventory sheet with stock value, per-unit margins, and automatic reorder flags, ready to use.

๐Ÿ’ก

Pro tip: Set the reorder point per product from your real lead time so the flag fires early enough to actually restock in time.

Content Calendar / Editorial List

24/30

You are a content marketing manager who builds editorial calendars in spreadsheets. <context> I want a content calendar that tracks every piece from idea to published across channels. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Channels: [BLOG, NEWSLETTER, LINKEDIN, YOUTUBE, ETC] - Workflow statuses: [IDEA / DRAFTING / REVIEW / SCHEDULED / PUBLISHED] - Fields: [TITLE, OWNER, CHANNEL, TARGET KEYWORD, PUBLISH DATE, LINK] - Team members: [LIST] </inputs> <task> Build a Calendar tab (title, channel dropdown, owner, status dropdown, target keyword, publish date, link, notes) plus computed columns for days until publish and an overdue flag for drafts past their date. Add a Dashboard with pieces per status, pieces per channel this month, count publishing this week, and pieces without an owner. Use COUNTIF and date math. Write out every formula and dropdown values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Overdue flag applies only to unpublished pieces. - 4 sample pieces across channels and statuses. </constraints> <format> Return the calendar as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on the status workflow and weekly publishing view. </format>

Creates a content calendar tracking pieces by channel and status with days-to-publish and overdue flags, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude for a filter view or QUERY that shows only this week's scheduled pieces so your Monday planning is one click.

Vendor & Supplier Tracker

25/30

You are a procurement analyst who builds vendor-management spreadsheets. <context> I want a vendor tracker that keeps supplier details, contracts, and spend in one place. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Vendors: [NAME, CATEGORY, CONTACT] - Contract fields: [START, RENEWAL DATE, ANNUAL COST, PAYMENT TERMS] - Rating criteria: [QUALITY, RELIABILITY, PRICE 1-5] - Renewal warning window: [E.G. 30 DAYS] </inputs> <task> Build a Vendors tab (name, category, contact, contract start, renewal date, annual cost, payment terms, quality/reliability/price scores) with computed columns for an average vendor score, days until renewal, and a renewal-due flag within my window. Add a Summary with total annual vendor spend, spend by category, top-rated vendors, and renewals coming up. Use AVERAGE, SUMIF, and date math. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Renewal flag must trigger inside the warning window only. - 3-4 sample vendors with different renewal dates and scores. </constraints> <format> Return the tracker as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on the renewal flag and comparing vendor scores. </format>

Builds a vendor tracker with contract renewals, annual spend by category, and a weighted supplier score, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to weight the score columns if price matters more than quality for you, rather than a flat average.

Most people use 10% of Claude. Tutorials unlock the rest.

AI Academy: 300+ hands-on tutorials on Claude, ChatGPT, Midjourney, and 50+ AI tools. New tutorials added every week.

Start Your Free Trial

Planners

5 prompts

Weekly Meal Planner + Grocery List

26/30

You are a meal-planning coach who builds weekly planning spreadsheets. <context> I want a weekly meal planner that also builds my grocery list and estimates cost. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - People to feed: [NUMBER] - Meals per day to plan: [BREAKFAST, LUNCH, DINNER, SNACKS] - Dietary preferences: [E.G. VEGETARIAN, HIGH PROTEIN] - Weekly food budget: [AMOUNT] - Currency: [E.G. USD] </inputs> <task> Build a Meal Plan tab (days as columns, meals as rows, each cell a dish name) and an Ingredients tab (item, meal it belongs to, quantity, unit, estimated price, aisle/category). Add a Grocery Summary that sums quantities of duplicate items and totals estimated cost against my budget with an over/under indicator. Use SUMIF to consolidate duplicate ingredients. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Duplicate ingredients across meals must consolidate into one grocery line. - Fill a sample 2-3 days of meals and their ingredients. </constraints> <format> Return the planner as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on adding meals and reading the consolidated grocery list. </format>

Generates a weekly meal planner that consolidates ingredients into one grocery list and checks it against budget, ready to use.

๐Ÿ’ก

Pro tip: List each ingredient with the meal it belongs to and Claude's SUMIF will merge duplicates so you don't buy eggs twice.

Wedding / Event Planning Sheet

27/30

You are an event planner who builds budget-and-task spreadsheets for weddings and large events. <context> I want an event planning workbook covering budget, guests, and tasks. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Event type and date: [E.G. WEDDING, JUNE 2026] - Total budget: [AMOUNT] - Budget categories: [VENUE, CATERING, ATTIRE, ETC] - Guest count estimate: [NUMBER] - Currency: [E.G. USD] </inputs> <task> Build three tabs: Budget (category, estimated, actual, deposit paid, balance due, difference vs estimate), Guest List (name, party size, invited?, RSVP status, meal choice), and Checklist (task, owner, due date, done?). Add a Dashboard with total estimated vs actual vs budget remaining, headcount of confirmed RSVPs, and tasks overdue or due this week. Use SUMIF, COUNTIF, and date math. Write out every formula and dropdown values. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Budget remaining and RSVP headcount must recalc live. - 2-3 sample rows per tab. </constraints> <format> Return the workbook as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on tracking deposits and confirmed headcount. </format>

Builds an event planning workbook with budget vs actual, RSVP headcount, and a task checklist, ready to use.

๐Ÿ’ก

Pro tip: Track deposit paid and balance due separately so the sheet tells you cash owed, not just the total estimate.

Content Marketing Planner (Quarterly)

28/30

You are a content strategist who builds quarterly planning spreadsheets. <context> I want a quarterly content plan that maps themes, cadence, and effort across a quarter. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Quarter and goal: [E.G. Q1, GROW ORGANIC TRAFFIC] - Content pillars/themes: [LIST] - Formats: [BLOG, VIDEO, EMAIL, SOCIAL] - Publishing cadence: [E.G. 2 BLOGS + 3 SOCIAL PER WEEK] - Team capacity: [PEOPLE OR HOURS PER WEEK] </inputs> <task> Build a Plan tab (week number, theme, title, format, owner, effort in hours, status) and a Capacity Dashboard computing planned pieces per week, hours planned vs team capacity per week with an over-capacity flag, pieces per pillar, and pieces per format. Use SUMIF by week and pillar and compare planned hours to a capacity cell. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Over-capacity flag must trigger when planned hours exceed capacity. - Fill 2 sample weeks across pillars and formats. </constraints> <format> Return the planner as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on balancing the plan against capacity. </format>

Creates a quarterly content planner that balances planned effort against team capacity by week, ready to use.

๐Ÿ’ก

Pro tip: Put weekly capacity in one cell so the over-capacity flag warns you before you overcommit the team.

Trip / Travel Itinerary Planner

29/30

You are a travel planner who builds itinerary-and-budget spreadsheets. <context> I want a trip planner covering the day-by-day itinerary and the travel budget. It must be a self-contained, paste-ready spreadsheet with working formulas. </context> <inputs> - Destination and dates: [PLACE, START-END] - Travelers: [NUMBER] - Total trip budget: [AMOUNT] - Expense categories: [FLIGHTS, LODGING, FOOD, ACTIVITIES, TRANSPORT] - Currency: [E.G. USD] </inputs> <task> Build an Itinerary tab (date, day, time, activity, location, booked?, cost) and a Budget tab (category, estimated, actual, difference) with a Dashboard showing total estimated vs actual vs budget remaining, spend per category, cost per traveler, and per-day spend. Use SUMIF by category and by date. Write out every formula. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Budget remaining and per-traveler split must recalc live. - Fill a sample 2-day itinerary with costs. </constraints> <format> Return the planner as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on logging bookings and watching the remaining budget. </format>

Builds a trip planner with a day-by-day itinerary, per-category budget, and cost-per-traveler split, ready to use.

๐Ÿ’ก

Pro tip: Mark each activity booked or not so the sheet separates what you still owe from what's already paid.

Annual Goal & OKR Planner

30/30

You are a performance coach who builds goal-tracking spreadsheets using OKRs. <context> I want an annual goal planner built on objectives and key results that tracks progress all year. It must be a self-contained, ready-to-use spreadsheet with working formulas. </context> <inputs> - Objectives for the year: [2-4 OBJECTIVES] - Key results per objective: [MEASURABLE TARGETS] - Time frame: [ANNUAL / QUARTERLY CHECK-INS] - Areas of life or business: [E.G. HEALTH, CAREER, FINANCE] </inputs> <task> Build an OKRs tab (objective, key result, area, start value, current value, target value, and a progress percent computed as (current - start) / (target - start)) plus a status label (on track / at risk / done) driven by the progress percent. Add a Dashboard with overall progress per objective (average of its key results), progress per area, and a count of at-risk key results. Write out every formula including the status logic. </task> <constraints> - Formulas valid in Google Sheets and Excel; note differences. - Progress formula must handle both increasing and decreasing targets. - Fill 2 sample objectives with 2 key results each. </constraints> <format> Return the planner as a structured artifact (tabs as tables with headers, sample rows, exact formulas), then a short note on the quarterly check-in and updating current values. </format>

Generates an annual OKR planner that computes progress percent and on-track/at-risk status per key result, ready to use.

๐Ÿ’ก

Pro tip: Update only the current-value cells at each check-in; Claude's progress and status columns roll up the rest automatically.

Frequently Asked Questions

Yes. Each prompt asks Claude to return a complete layout: named tabs, labeled columns, sample rows, and the exact formula in every calculated cell. You paste the structure into Google Sheets or Excel and the formulas work immediately. It is a ready-to-use artifact, not generic advice.
Yes. Every prompt instructs Claude to write formulas that are valid in both, and to flag any difference (for example checkbox handling or the PMT and QUERY functions). Where a function differs, Claude notes the alternative so the sheet works in whichever tool you use.
No. That is the point. You describe what you want to track in plain language, fill in the bracketed inputs, and Claude writes the SUMIF, VLOOKUP, PMT, and date logic for you, plus a short note on how to paste it in and extend it. No formula skills required.
Replace the [BRACKETED PLACEHOLDERS] with your real categories, amounts, and dates before sending the prompt. The more specific your inputs, the more the sheet opens pre-filled and correct. You can then ask Claude to add tabs, charts, or conditional formatting rules.
Yes. After Claude returns the structure and formulas, ask it for the conditional-format rules (for example turn overdue rows red) or which columns to chart. It will give step-by-step instructions you follow once in Sheets or Excel, since those visual settings are applied in the app rather than pasted as text.

Prompts are the starting line. Tutorials are the finish.

A growing library of 300+ hands-on tutorials on ChatGPT, Claude, Midjourney, and 50+ AI tools. New tutorials added every week.

7-day free trial. Cancel anytime.