GPT Formula Reference
Each of these formulas are demonstrated in our public template. Arcwise - Public Template
Model usage
All Arcwise AI functions use the OpenAI gpt-4o models through Microsoft Azure. We take data privacy and security seriously: both our privacy policy and Azure's privacy policies guarantee that your data will never be sold or used for model training purposes.
For a limited time only, usage of AI formulas is completely free. (This will likely change at some point in the future!)
AI.TRANSFORM
Transforms a target value based on a prompt.
Examples
Syntax
AI.CLASSIFY
Classifies a value based on a list of categories. The list of categories can come from a range of cells.
Examples
Syntax
categories
can be a comma separated list of values or a range of cells.
Optionally, you can also provide a range of descriptions
to provide more information about each category. For example, if you had a table of customer support tickets, you could define a table of ticket categories and descriptions in a categories
sheet:
Return request
If the customer is trying to return an item
Billing issue
If there's an issue with the payment method
Quality issue
If there's an issue with the delivered product
This formula would then categorize A1 based on both the categories and the descriptions:
AI.EXTRACT
Extracts a fact or data point from the input. For example, part of an address, or a person's name from an email, etc.
Examples
Syntax
Last updated