State the business outcome
Say what should happen, not just the model trick. For example: “Return only overdue invoices with owner and amount.”
Help
The strongest PromptCell prompts describe the job, the desired output, and any important rule you want preserved. Start with the business task, then add constraints only when you need them.
Say what should happen, not just the model trick. For example: “Return only overdue invoices with owner and amount.”
PromptCell only sees the values you pass into the formula. Include other sheets or ranges when the job depends on them.
Use ASK for one answer, ASKR when the output must keep the same shape, ASKT for a new table, and ASKX for lookup-style matches.
Short prompts with a clear desired result usually beat long multi-paragraph instructions.
=ASKR("Trim spaces, standardize state abbreviations, and keep blanks blank", A2:D10)=ASK("Summarize this opportunity row for a weekly sales review", A2:G2)=ASKX("Return the matching renewal owner", A2, Renewals!A:A, Renewals!D:D)=ASKT("Return only customers with churn risk, include header row", A2:H200)