Team Productivity

AI Use Case for Potter Studios Using Excel To Calculate Glaze Material Costs and Project Overall Price Margins Per Piece

Suhas BhairavPublished May 18, 2026 · 5 min read
Share

Potter Studios can reduce glaze waste and improve pricing margins by modeling material costs in Excel. This practical approach uses a central cost template, automated data updates from suppliers, and clear per-piece margin calculations. It suits small studios with limited IT overhead while offering a path to AI-assisted optimization if needed. See related use cases such as General Contractors Using Excel To Estimate Project Material Costs Based On Historical Price Fluctuations.

Direct Answer

Use an Excel-based cost model that captures glaze recipes, batch sizes, and current material prices to compute cost per batch and margin per piece. Automate price updates from suppliers via Zapier or Make, and generate per-piece quotes automatically. For small studios, this reduces manual math and ensures pricing consistency. When data quality is stable, add GenAI for anomaly detection and scenario analysis to refine margins.

Current setup

  • Glaze recipes stored in separate sheets or notebooks; no single source of truth for material costs.
  • Manual calculation of batch costs and per-piece margins, often after production runs.
  • Prices updated sporadically from suppliers via email or PDFs, with little automation.
  • Forecasting and pricing approvals rely on individual tacit knowledge rather than auditable processes.
  • Limited ability to scale across glaze lines or respond quickly to price changes.

What off the shelf tools can do

  • Use Excel templates with built-in cost and margin formulas to centralize data.
  • Adopt Google Sheets for collaborative editing and version history, with formulas that auto-calculate batch costs.
  • Automate data feeds from suppliers using Zapier or Make to pull price updates from emails and supplier portals.
  • Store recipe and price data in Airtable as a lightweight database with a simple UI for non-technical staff.
  • Leverage Microsoft Copilot or ChatGPT to generate commentary on margin drivers or produce quick scenario analyses.
  • Use a team chat/CRM to share price changes and quotes, e.g., HubSpot for pricing workflows or Slack for alerts.
  • See how similar cost-control use cases are implemented in other industries, such as IT consultants using Jira to predict project timelines.

Where custom GenAI may be needed

  • Interpreting price volatility patterns to flag abnormal supplier price moves.
  • Forecasting glaze cost scenarios under different batch sizes or color families.
  • Generating recommended margin targets by glaze line, with explanation notes for pricing decisions.
  • Automating narrative quotes for customers, while preserving auditable cost sources.

How to implement this use case

  1. Define a data model in Excel: columns for glaze name, batch size, recipe ingredients, unit costs, and a validation table for supplier prices.
  2. Build cost and margin formulas: compute batch cost = sum(units × unit prices) and per-piece margin = (price − cost) / price.
  3. Set up data connections for price updates: configure Zapier/Make to fetch supplier prices and push them to the workbook or a central database.
  4. Create dashboards: a per-glaze sheet and a per-piece summary with trend lines for costs and margins; add filters for batch size and color family.
  5. Establish governance: define editing permissions, versioning, and a review step for large-margin changes before quotes are released.

Tooling comparison

AspectOff-the-shelf automationCustom GenAIHuman review
Data capture and updatesFast, repeatable inputs from templates and feedsAI-assisted extraction and normalization if neededManual entry, slower but error-checked
Margin calculationDeterministic formulasAI may suggest scenarios or adjustmentsManual calculation with audit trail
Implementation effortLow to moderateMedium to high (development + training)Low but time-consuming when data grows
Oversight and reliabilityHigh with validation rulesNeeds human guardrails to prevent misinterpretationHigh due to human judgment

Risks and safeguards

  • Privacy and data safeguards: restrict access to price data and cost models; store on secure systems.
  • Data quality: standardize units, verify supplier price formats, and maintain versioned data sources.
  • Human review: require final pricing approvals to go through a reviewer before quotes are issued.
  • Hallucination risk (GenAI): configure GenAI to reference deterministic data sources and keep AI output as recommendations, not final quotes.
  • Access control: enforce role-based permissions and audit logs for edits to pricing models.

Expected benefit

  • Faster, more accurate batch cost and per-piece margin calculations.
  • Consistent pricing across glaze lines and color families.
  • Improved ability to respond to supplier price changes with timely quotes.
  • Audit trails and governance for pricing decisions.

FAQ

What data do I need to start?

List glaze recipes, current material costs, batch sizes, and a target selling price or margin goal. Capture supplier price sources and update frequency.

Can this handle multiple glaze recipes and colors?

Yes. Extend the data model to include recipe IDs and color families; the cost and margin formulas apply per recipe and per color variant.

How often should supplier prices be refreshed?

Ideally, with a weekly cadence or whenever a major supplier changes price; automate where possible to reduce manual checks.

How do I ensure data accuracy?

Use validated templates, guardrails for unit consistency, and a review step for significant price or margin shifts.

What if margins change after I publish pricing?

Track the variance, trigger alerts for forecasted margin declines, and adjust pricing or recipes accordingly in the next batch Planning cycle.

Related AI use cases