Using checkbox fields in formulas
  • 06 Jul 2022
  • 1 Minute zum Lesen
  • Dunkel
    Hell
  • pdf

Using checkbox fields in formulas

  • Dunkel
    Hell
  • pdf

The content is currently unavailable in German. You are viewing the default English version.
Article Summary

When working with checkbox fields and formulas, "= 0" means that a box has not been checked, and "= 1" means that a box has been checked.

So, to make a formula field which returns A when a box has been checked, and B otherwise, you would need to set the formula for the formula field as:

IF(Checkbox = 1, "A", "B")

checkboxFX_5_4_2021

checkboxFormula_5_4_2021

TIP

Checkbox fields can also be extremely useful in Automations. They are of particular value when using the "When a record matches conditions" trigger.

If you'd like to see how to use a Rollup field to count all the checkboxes within a field, check out this Community post!

FAQs

How do I return a checkbox as the result of a formula?

If you are looking to return a checkbox as the result of a formula, you won't be returning a checkbox field, but rather a checkbox emoji✅ . Check out this support article for information about writing formulas with emojis.


War dieser Artikel hilfreich?