Step 1: Install the add-on
Install PromptCell in Google Sheets. After installation, open a spreadsheet and look for Extensions > PromptCell > Configure & Sign In.
Setup
Setup should be simple: install the add-on, sign in once from the sidebar, and run a first formula that proves the product is useful on real sheet data.
Use this order to avoid confusion.
Install PromptCell in Google Sheets. After installation, open a spreadsheet and look for Extensions > PromptCell > Configure & Sign In.
Use Google sign-in from the PromptCell sidebar. The same account can then be reused in future sheets.
Pick a real task like summarizing a row, cleaning imported data, or matching a customer tier from another sheet.
Move from one-cell answers to range rewrites, new tables, and cross-sheet lookup once the first use case is proven.
These examples lead with jobs-to-be-done instead of formula jargon.
Start with a single output cell.
=ASK("Summarize this customer row in one sentence", A2:F2)Keep the same row and column shape while rewriting the contents.
=ASKR("Trim spaces and standardize state abbreviations", A2:D10)Return a filtered or extracted table with new headers.
=ASKT("Return only overdue invoices with customer, owner, and amount", A2:H200)Match one value against another sheet and return the aligned result.
=ASKX("Return the matching tier", A2, Customers!A:A, Customers!C:C)Most teams should start with the default PromptCell provider and only force a model when they have a specific reason.
ASK, ASKR, ASKT, and ASKX use the saved default provider. Use GEM* to force Gemini or CLD* to force Claude.