Hunch

The template is a plain Google Sheet.

Three sheets: one for your key, two with real demo data and the formulas already typed in. Make a copy and it is yours, script included. Nothing to install.

Needs a Google account. Google asks you to confirm the copy.

AB
1Hunch for Sheets
2API keyhunch_2d7f0a9c41be6f3358c0e1d7a94b2f6c8e5d1a03
3Credits left4,944
4Buy credits
5
6How to use
71Paste your key in B2 above. Copies of this file need their own key.
82In any sheet: =HUNCH(A2, "Is this lead a decision maker?") → 0.91
93=HUNCHSCORE(A2, "ICP fit: B2B SaaS, 20–500 staff, US or EU", "no fit|weak|good|perfect") → 2.7
ABCD
1TicketUrgent? (0–1)CategoryFrustration
2Our whole team is locked out since this morning, we have a client demo at 2pm.0.97bugangry
3I was charged twice for the March invoice. Can you refund the duplicate?0.35billingcalm
4The export button does nothing on Safari. Works in Chrome. Not urgent.0.10bugcalm
5How do I add a second admin to my workspace?0.40questioncalm
6This is the third time I am writing about the same bug and nobody replies.0.52bugangry
7Loving the new dashboard, small thing: the date picker ignores my timezone.0.39bugannoyed
8Great support last week, thanks. Everything works now.0.12feedbackcalm
ABCD
1Lead notesDecision maker?ICP fit (0–3)ICP label
2Maria K., VP Sales at Northwind Logistics (300 employees, Chicago). Owns the sales tooling budget.0.672.34perfect
3Tom R., SDR at a 12-person agency in Leeds. Asked for a free trial for himself.0.170.84weak
4Priya S., Head of Customer Support, Lumen Health (180 staff, Austin). Signs off on tools under $50k.0.792.36perfect
5Student building a side project, wants API access for a hackathon.0.110.07no fit
6Jonas W., CTO and co-founder of a 40-person B2B SaaS in Berlin.0.802.74perfect
7Procurement analyst at a 5,000-person bank. Cannot say who decides.0.090.24no fit

What is inside

Three sheets, the same three tabs shown above.

Settings

Cell B2 holds your key. B3 shows credits left with =HUNCHBALANCE(). B4 is the buy link. Below that, seven numbered how-to lines and the tips that matter: put the definition in the question, add an other option, no math or dates.

Demo: support

Twelve support tickets. Three range formulas: urgency as a probability, category with =HUNCHPICK, frustration level with =HUNCHSCORE. Type a new ticket in the next row to see it scored.

Demo: leads

Ten lead notes. Decision-maker probability, ICP fit as a score and as a label. The ICP definition sits inside the formula; change it and the whole column re-scores.

Hunch menu

Your copy adds a menu next to Help. It is the only part that asks for permissions, and only when you first use it.

Ask about selection

Select a text column, pick a formula, type the question. Results are written as plain values in the next column, up to about 20,000 rows per run.

Freeze selection to values

Replaces formulas with their current values. Do this when a column is final or before sharing, so nothing recalculates.

Set API key, Check balance, Buy credits

The same things the Settings sheet does, one click away from any sheet in the file.

Three steps

  1. Copy

    Click Copy the template above. Google opens the sheet and asks to make a copy into your Drive.

  2. Paste your key

    Open Settings, click B2, paste the key from your payment page. It starts with hunch_.

  3. Type a formula

    In any cell: =HUNCH(A2, "…"). Or point it at a whole range: =HUNCH(A2:A500, "…").

Questions about the template

Can I use the formulas in a sheet I already have?
Yes. Copy the template once, then in your own file go to Extensions › Apps Script and paste the script from the copy. Or simpler: import your data into the copy. Either way the key goes in Settings!B2.
Why does Google show a permissions screen?
Only the Hunch menu needs permissions: to write to the current sheet, to reach our server, and to show a dialog. Formulas typed into cells work without any authorization. The script cannot see your other files.
The demo cells show "No Hunch key".
That is expected before you paste your key. Every formula in the file waits for Settings!B2. Paste the key and the demos fill in, spending about 56 credits.
Do the demo formulas keep spending credits?
No. Answers are cached for six hours, and identical text is never charged twice inside one call. To stop a column from ever recalculating, select it and use Hunch › Freeze selection to values.
Can I share my copy with my team?
Yes. Anyone with edit access uses the key in Settings and spends the same credits. Share as Viewer if you want people to read results without being able to run new formulas.