SHEETAI_CLASSIFY Function Guide
What is SHEETAI_CLASSIFY Function?
The SHEETAI_CLASSIFY function helps you automatically categorize and classify content using AI. It analyzes text or data and assigns it to predefined or automatically determined categories, making it perfect for content organization, sentiment analysis, and automated classification tasks.
Basic Syntax
The basic syntax is:
=SHEETAI_CLASSIFY(content, categories, instructions)
Categories parameter is optional. If not provided, the function will determine appropriate categories automatically.
Examples
Task | Content | Formula | Example Output |
---|---|---|---|
Sentiment analysis | Great product, exactly what I needed! | =SHEETAI_CLASSIFY(A2, “Positive,Neutral,Negative”) | “Positive” |
Content categorization | How to optimize your website for better search rankings | =SHEETAI_CLASSIFY(A3) | “SEO, Digital Marketing” |
Key Features
- Automatic content classification
- Custom category support
- Sentiment analysis
- Multi-label classification
Common Use Cases
- Customer feedback analysis
- Content categorization
- Document classification
- Topic identification
- Sentiment tracking
Tips for Best Results
- Use clear category definitions
- Provide sufficient content context
- Consider using custom categories
- Verify classification accuracy