This article covers how to use TRUE()
and FALSE()
functions to streamline your team's and organization's work.
Introduction
All plan types | |
Platform(s) | Web/Browser, Mac app, and Windows app |
Related reading |
TRUE() and FALSE() functions overview
TRUE() and FALSE() functions
NOTE
TRUE()
andFALSE()
functions generate the logical value true and false, respectively, and output a 1 or a 0.
These functions are more commonly used within a conditional statement, like this:

Using TRUE() in Airtable
Using TRUE()
Using another example scenario, let's say that you're a hiring manager and want to track candidates who have made it through three major stages in the hiring process.
You could use TRUE()
within a conditional statement to output one message if they passed all stages, and another message if they didn't.
Using FALSE() in Airtable
Using FALSE()
Let's use the same hiring process scenario as before, except we'll structure the formula differently to utilize FALSE()
instead.
You'll notice that the two different formulas output the exact same result (see examples below).