← All updates
February 2023New Feature
4 New Functions: Tag, Extract, Classify & Fill
We added four new specialized functions that go beyond general AI prompts. Now you can automatically tag content, extract specific data points like emails and company names, classify text into categories, and auto-fill data based on examples you provide.
What's included
- SHEETAI_TAG — automatically apply relevant tags to any text
- SHEETAI_EXTRACT — pull out emails, company names, dates from text
- SHEETAI_CLASSIFY — sort text into a single category
- SHEETAI_FILL — give a few examples and AI fills the rest
- Free plan now includes 50 function calls per month
Try it yourself
A
1
=SHEETAI_TAG("I love chocolate", "food, positive, negative")
2
food, positive
A
1
=SHEETAI_EXTRACT("Contact john@acme.com", "emails")
2
john@acme.com
A
1
=SHEETAI_CLASSIFY("banana", "fruit, vegetable")
2
fruit
A
1
=SHEETAI_FILL(A1:B3, B4)
2
[Auto-filled based on your examples]