Check if a field is empty with formulas

Use a formula field to determine if another field is empty or blank

Eszter Takacs avatar
Written by Eszter Takacs
Updated over a week ago

You may want to specify behavior within a Formula field for when a field that your referencing, is empty. You can do this by using a Formula field with an IF  condition:

IF({field name}="", "empty", "not empty")

In this formula {field name}  is a reference to another field that you've created and "empty"  and "not empty"  represent the values that the Formula field should equal, in either situation.

To learn more about Formula fields, see this article.

Did this answer your question?