Classify, extract, summarize, or just ask
Most of what people want from AI on a spreadsheet is one of three jobs: put this in a bucket, pull this field out, make this shorter. Those are three functions. The fourth is there for everything else.
- Fills down
- One formula, then the whole column
- Real values
- Filter, group and roll up the results
=CLASSIFYTag a column against your own labels=CLASSIFY([Feedback]@row, "bug, praise, question")=EXTRACTPull one field out of messy text=EXTRACT([Email]@row, "purchase order number")=SUMMARIZECondense a long note to a line=SUMMARIZE([Call notes]@row, 20)=AIAnything the other three do not cover=AI([Scope]@row, "list the risks")