A magical spreadsheet with formula reactivity and AI-powered transformations. Edit cells, create formulas with =, and transform data with the AI function.
| A | B | C | D | E | F | G | |
|---|---|---|---|---|---|---|---|
| 1 | |||||||
| 2 | |||||||
| 3 | |||||||
| 4 | |||||||
| 5 | |||||||
| 6 | |||||||
| 7 | |||||||
| 8 | |||||||
| 9 | |||||||
| 10 | |||||||
| 11 | |||||||
| 12 | |||||||
| 13 | |||||||
| 14 | |||||||
| 15 |
SUM(B2:B5)
Sum of values in range
AVERAGE(B2:B5)
Average of values in range
COUNT(A2:A5)
Count non-empty cells
MAX(D2:D5)
Maximum value in range
MIN(D2:D5)
Minimum value in range
AI(G2, "prompt")
Process cell content with AI
To easily create formulas with cell references:
= to start a formula+, -, * and more cell referencesExample: Type = and click on cells B2, type +, then click on B3
Fill handle now supports continuous drag operation:
Try this: Enter a formula in one cell, then drag the fill handle down to apply it to an entire column!
Syntax: =AI(cell, "prompt")
=AI(A2, "Translate to Spanish") - Translates cell A2 content to Spanish=AI(B3, "Summarize in 10 words") - Creates a 10-word summary of cell B3=AI(C4, "Convert to bullet points") - Formats C4 content as bullet points=AI(D5, "Extract keywords") - Extracts main keywords from D5