Every ability in the sidebar is also a formula you can drop straight into a cell, just like SUM or VLOOKUP:
Ask a question about the active sheet, right from a cell.
=TS_ASK("who hasn't been contacted in 2 weeks?")Explain the formula in another cell, in plain English. Pass the address as quoted text — Sheets can only give a custom function a cell's value, not its formula.
=TS_EXPLAIN("A1")Describe what you want in plain English, get a real formula back.
=TS_GENERATE("sum revenue where status is Closed")Flag duplicates, formatting issues, or blanks in a range.
=TS_CLEAN(A1:C50)Build a pivot-style count table by any column — computed locally, no AI call needed.
=TS_PIVOT(A1:D40, "Stage")