Examples
See outputs before you sign up.
Every response is structured, shareable, and ready to paste. These are real examples of what Formula Genius delivers.
Validation
Shareable
Prompt
"Highlight churned customers last month."
SHEETS
=FILTER(A:C, C:C="Churned")
01 / Output gallery
Formula, SQL, and script examples
Validated outputs with explanations and alternatives, ready to use.
Excel
Commission tiers
Multi-condition commission with regional bonus.
EXCEL
=IF(A2>10000,0.1,0.05)*A2
SQL
Monthly spend
Postgres + MySQL variants with index hints.
SQL
SELECT customer_id, SUM(total_amount)...
VBA
Format high values
Excel VBA macro with compatibility notes.
VBA
Sub HighlightOver100()
Sheets
QUERY summary
Aggregated sales by channel with QUERY.
SHEETS
=QUERY(A:F, "select ...")
SQL
Retention cohorts
Window functions with explanatory notes.
SQL
COUNT(*) OVER (PARTITION BY ...)
Apps Script
Auto-clean data
Script to standardize columns and formats.
APPS SCRIPT
function cleanData(){...}
02 / Output structure
What every output includes
Clear answers plus the guardrails you need to trust them.
Primary answer
A clean formula, SQL query, or script ready to paste.
- Exact syntax for your tool
- Copy-ready formatting
- Quick context summary
Validation & edge cases
Know what breaks before it hits your sheet.
- Sample test cases
- Pass/fail results
- Notes on assumptions
Alternatives & tips
Options when your data or tools change.
- Safe fallback formulas
- Performance hints
- Compatibility guidance
Ready to generate your own output?
Use Formula Genius in ChatGPT and export results instantly.