Learning Airtable terminology in the beginning will go a long way towards understanding formulas and give you a shared lexicon to collaborate with other when working with them. This article will provide you with the general terminology you'll encounter when creating formulas and a some flash cards to help you test your memory.
Terminology
Formulas in Airtable utilize terms (e.g. "String") and symbols (e.g. "&") common to programming languages, however they are simplified to make formulas easier to write and understand. The table below lists the terms you'll encounter and some common examples of each one.
Word
|
Usage
|
Example
|
Curly bracket
|
Reference a {Field Name}
|
{Order Status}
|
Operator
|
Symbols used in a formula to output various changes in the formula
|
&
|
Function
|
References a defined formula function that performs specific calculations using specific values in a particular order.
|
AVERAGE({Order 1},{Order 2})
|
String
|
A group of text characters that are used as data in a spreadsheet program. Strings input into formulas must be surrounded by either single or double quotes.
|
"This order contains the following items..."
|
Array
|
A collection of values, typically separated by a comma.
|
Order 1, Order 2, Order 3
|
Integer
|
A whole number value that can be positive, negative, or zero
|
3
|
Date format
|
A readable date that is formatted in a number of different ways.
|
January 1, 2020
|
Knowledge check
Which of the following symbols are operators in Airtable? Take a guess and then click any of the operators to reveal the answer.
Do you know the correct terms for the following items? Make your best guess and click the card to flip it and reveal the answer.
{Status}
Reference a field
FIND("Complete", {Status})
Function
"user@airtable.com"
String