=JEV.YESNO=JEV.CHOICE=JEV.SCORE

Read a thousand rows of text with one formula.

Jev for Excel adds three functions that read the text in your cells and answer yes or no, pick one of your categories, or place it on a scale. Every answer comes with a probability, so you decide what counts as sure.

Install it from Excel add-ins. Answers are powered by Jev, TypeSafe's decision model.

B2 fx
ABC
reviews.csv1 formula, 8 answers

Three functions

Questions you could never put in a formula before.

Point a function at a cell or a column of cells, ask your question in plain words, and each row gets its own answer. Results spill down next to your data like any other Excel formula.

JEV.YESNO

Yes or no, with the odds.

Flag the rows that match. Set your own threshold, or ask for the probability of yes. Replace TRUE and FALSE with your own words, like Bug and OK.

=JEV.YESNO(A2:A50,
  "Is this a complaint?", 0.7)
output: answer, prob, both

JEV.CHOICE

Sort text into your categories.

Give options as a list, a column, or two columns with a description for each. Below your minimum confidence, a row shows a fallback instead of a guess.

=JEV.CHOICE(A2:A50, "Main topic?",
  "Bugs, Pricing, UX, Other")
output: label, confidence, both, probs

JEV.SCORE

Place text on your scale.

Use 2 to 10 levels, lowest first, or just a number for a 1 to n scale. The score is weighted by probability, so 3.6 means somewhere between 3 and 4.

=JEV.SCORE(A2:A50,
  "How urgent is this?", 5)
output: score, label, confidence, both, probs

How it works

From install to answers in a minute.

No scripts, no exports, no new tool to learn. If you can write a SUM, you can use Jev.

Add it to Excel

Get Jev for Excel from Excel add-ins. The functions appear under the JEV. prefix with help for every argument.

Ask your question

Type =JEV.YESNO(A2, "Is something broken?") in any cell. Use a range like A2:A500 for one answer per row.

Filter, sort, chart

Answers are normal cell values. Filter on them, feed them into a pivot table, or count them with COUNTIF.

The details

Built for real spreadsheets, not demos.

Messy ranges, empty rows and long columns are the normal case, so the add-in handles them for you.

Probabilities, not just labels

Ask for the probability or confidence behind any answer, or spill one probability per option into its own column.

One answer per row

A range gives one answer for each row. Cells in the same row, like A2:C2, are judged together as one item.

Empty rows cost nothing

Blank rows stay blank and never make a request. Point at A2:A1000 without worrying about the empty tail.

Text is paid for once

Several questions about the same text are sent together, and repeated questions are answered from the session cache.

One bad row stays one bad row

If a single row fails, only that row shows an error. The rest of the column keeps its answers.

Errors that explain themselves

Hover over a #N/A or #VALUE! cell to see what went wrong, in plain words.

Use it for

Anywhere a column of text needs a decision.

If you would otherwise read every row yourself, Jev can take the first pass.

Reviews: what is each one about? Support tickets: how urgent is this? Survey answers: is the respondent satisfied? Leads: does this company fit our profile? Feedback: is this a feature request? Contracts: does this clause mention renewal? Inbox exports: does this email need a reply?

Put Jev in your next spreadsheet.

Three functions, plain questions, an answer for every row.

Get the add-in