COPILOT
Categorize, summarize, and generate text using Copilot.
TextText Processing
What it does
Uses AI to generate, summarize, or categorize content based on a prompt.
Syntax
COPILOT(prompt, [data])
Arguments
prompt(text) β The instruction for Copilot.data(range) β Optional data context.
Examples
Summarize Text
Summarize cell A2.
FORMULA
=COPILOT("Summarize this review", A2)RESULT
(AI Summary)
SAMPLE DATA
| A | |
|---|---|
| 1 | Review |
| 2 | Great product but expensive. |