Built by an Indian solo founder (IndianAppGuy) as one product in a $111K+ revenue portfolio of small, focused tools. SheetAI itself just does one thing: type what you want in plain English, get the exact formula back, inside the sheet. Here's how it works, and the weekend plan to build your own version.
SheetAI installs as a Google Sheets add-on. Instead of remembering VLOOKUP or INDEX/MATCH syntax, the user describes what they want in plain English and gets a working formula back — plus a handful of AI functions that run directly inside cells.
Extensions → SheetAI → Launch. No new tab, no new app to learn — it lives where the work already happens.
"Sum all sales from Q4 where salesperson is John" or "flag rows where stock is below reorder level" — no formula syntax required.
A working VLOOKUP, INDEX/MATCH, or nested IF appears in the cell, ready to use — not just explained, actually inserted.
=SHEETAI() for AI-generated text inside any cell, =SHEETAI_EXTRACT() to pull structured data out of messy text, =SHEETAI_CLASSIFY() for sentiment/category tagging — all running as native formulas.
This one's already proven domestically — SheetAI's own founder builds from India. The opening isn't "does this work here," it's "what's still missing for the Indian SMB/accounting market specifically."
Scoped to one core function — text-to-formula — plus a Hindi/Hinglish input mode as the India-specific differentiator. A working, privately-usable add-on is realistic in a weekend; public Google Workspace Marketplace approval takes longer (more on that in deploy).
Runs inside Google's environment, gives direct access to the active sheet, range, and cell via SpreadsheetApp.
Apps Script's built-in way to render a sidebar panel — plain HTML/CSS/JS, no separate hosting needed for the UI.
A lightweight endpoint that takes the text prompt, calls the AI model, and returns a clean formula string.
Strong at both code-like formula generation and Hindi/Hinglish understanding in one model.
UPI-first ₹299/month subscription — works inside the Apps Script UI via a simple checkout link.
Apps Script's built-in key-value store — enough to track free-tier formula counts per user without a separate database.
Honest heads up: the AI backend deploys in a weekend like any normal app. Listing publicly on the Google Workspace Marketplace, though, requires a Google review that typically takes 1–2 weeks — so the weekend goal is a fully working add-on you can already demo and personally use, with the public listing as the very next step after.
Deploy → Test deployments to use the add-on yourself immediately, without waiting on any review.Deploy → Manage deployments → Test so they can install it too, fully working, pre-public-listing.This prompt sets up the full build context so the AI scopes, plans, and starts coding the project with you from message one.