Contact Support
Sign up for free
English
English
French
German
Account
Account overview
Billing
Policies
API
API Overview
Get your API key
Documentation
Troubleshooting
Integrations
Resources
Community
Enterprise
Admin Panel
Enterprise Plans
Airtable Security
Terms of Service
Privacy Policy
Resources
Community
Marketplace
Templates
Universe
Contents
x
Getting started with Airtable
Airtable Automations
Airtable Bases
Airtable Betas
Collaborating in Airtable
Airtable Enterprise Support
Airtable Extensions
Airtable Fields
Integrating with Airtable
Learning and Resources
Airtable Interface Designer
Managing Airtable
Airtable Policy
Airtable Records
Airtable Sync
Airtable Views
Airtable Workspaces
Powered by
Logical arguments
6 Articles
in this category
Print
Dark
Light
Contents
Logical arguments
6 Articles
in this category
Dark
Light
An alternative to IF statements using SWITCH()
SWITCH() is one of Airtable’s most recent additions to the formula field, and it can be a big time-saver when you’re working with conditional-heavy formulas (e.g. nested IF statements). To demonstrate the difference between using SWITCH() ...
Updated on : 04 Oct 2022
Evaluate arguments using AND() and OR()
In this article, we'll primarily be working with two very similar formulas: AND() and OR() . This article is part of a guided course which you can view here. Working with AND() AND () can be used on it's own as a standalone function, and...
Updated on : 03 Mar 2023
Identifying blank values
The BLANK() function can be used to identify a blank, or empty, value in a field. It can also be used to output an empty value (nothing) in a formula. Typically, BLANK() is used within an IF statement. This article is part of a guided course w...
Updated on : 25 Jan 2023
Using true and false functions in Airtable
When creating conditional formulas, TRUE() and FALSE() functions assist in yielding specific true and false results when you need to explicitly provide that type of output. This article discusses how these functions work and common ways to use th...
Updated on : 21 Nov 2022
Catching errors with logical functions
Formulas provide so many possibilities that, by nature, some of those possibilities will result in an error. Fortunately, with the help of logical functions, you can catch those errors and present something more useful in their place. In this articl...
Updated on : 04 Oct 2022
Other logical functions
In this article, we'll walk through how to use the XOR and NOT functions. This article is part of a guided course which you can view here. XOR() XOR returns a true value if an odd number of arguments are true. As an example, let's say th...
Updated on : 04 Oct 2022