Creates Excel/Google Sheets formulas from natural language descriptions with explanations.
Category: Data Skills: builtin_calculator Streaming: Final step only
Prompt:
Analyze this formula request:
{{input}}
Identify:
1. The spreadsheet platform (Excel, Google Sheets, or both)
2. What calculation or operation is needed
3. Input data locations (columns, ranges)
4. Expected output format
5. Any conditions or special cases
6. Error handling requirements
Prompt:
Based on the analysis:
{{previous_output}}
Create the formula for: {{input}}
Provide:
**Formula (Excel):**
[formula]
**Formula (Google Sheets):** (if different)
[formula]
**How It Works:**
Step-by-step explanation of each part of the formula
**Example:**
Show with sample data how the formula works
**Tips:**
- Common mistakes to avoid
- Performance considerations for large datasets
| Setting | Value |
|---|---|
| Reasoning | Enabled |
| Timeout | 60 seconds |
| Max Steps | 5 |
- Creating complex spreadsheet formulas
- Converting business logic to formulas
- Learning how formulas work
- Cross-platform formula translation (Excel vs Google Sheets)
- Understand Requirement — Identifies the platform, calculation needed, data locations, and special conditions
- Generate Formula — Creates the formula with step-by-step explanation, sample data example, and tips