Skip to content

=HASVALUE

The HASVALUE Function returns true if any value exists within the parentheses.

=HASVALUE(DoesAnyValueExistWithinTheParentheses)
  • DoesAnyValueExistWithinTheParentheses – The field token or value you want to check for content.
  • Evaluates the value inside the parentheses.

  • Returns 1 (true) if there is any value present.

  • Returns 0 (false) if the field or value is empty, null, or blank.

  • Use for conditional actions based on whether a field has been filled.

  • Formula functions are case sensitive and must be written in ALL CAPS.

Returns 1 (true) if the field contains any text.

Returns 0 (false) if the field is empty.


HASVALUE, check value, field validation, value exists, conditional logic, workflow formulas, process field check, Boolean function, formula function