'combine airtable columns only if

How do you create a column in Airtable that multiples a value in a record with a value in another record (different column) but only if a record in yet another column is checked. Thank you



Solution 1:[1]

Use a conditional rollup field. Depending on your exact use case, you might want to combine it with another conditional lookup field.

If you need more specific advice, please share some more details on your setup:

  • what kind of field is that "column" you mentioned (record link, checkbox, formula, etc.)?
  • should the field remain empty or throw an error if the condition isn't met?
  • is your provisional multiplication targeting computed or user-defined values (important for optimization purposes)

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dominik BoĆĄnjak