Logical arguments
- 6 Articles
- Updated on Mar 28, 2024
- Published on Jul 5, 2022
The SWITCH() function can be a big time-saver when you’re working with conditional-heavy formulas (e.g. nested IF() statements). Learn more about using this function as an alternative to nested IF() statements. NOTE When writing long form...
- Updated on Jan 17, 2024
- Published on Jul 6, 2022
This article covers how to evaluate arguments using AND() and OR() to streamline your team's and organization's work. Introduction Understanding AND() and OR() Using AND() in Airtable Using AND() AND() can be used ...
- Updated on Jan 15, 2025
- Published on Jul 6, 2022
Finding an empty field This content is part of a guided course that includes the BLANK() function. The BLANK() function can identify an empty value in a field or output an empty value in a formula. Typically, the BLANK() function is used wit...
- Updated on Dec 14, 2023
- Published on Jul 6, 2022
This article covers how to use TRUE() and FALSE() functions to streamline your team's and organization's work. Introduction TRUE() and FALSE() functions overview TRUE() and FALSE() functions NOTE TRUE() and FALSE()...
- Updated
- Updated on Mar 24, 2025
- Published on Jul 6, 2022
ERROR() function overview The ERROR() function is a logical function that returns an error value by outputting an #ERROR! message. ISERROR() function overview The ISERROR() function returns "true"—represented by "1" if the expre...
- Updated on Dec 14, 2023
- Published on Jul 6, 2022
This article covers how to use XOR and NOT() functions to streamline your team's and organization's work. Introduction Using XOR() in Airtable Using X0R() XOR returns a true value if an odd number of arguments ...