Hi all,
I’m looking to display the result of a formula as a read-only check box. The result of the formula is always a 0 or 1.
Here is the formula:
IF(AND(OR({Meal Plan Shopping List Recipe}, {Non Meal Plan Shopping List}), NOT({In Pantry})), 1, 0)
A...