I have been trying to figure out how to write this formula:
Where Category is any of “macOS”
AND checkbox Universal is checked
OR checkbox Intel is checked.
Here are two of my approaches:
IF(Category = "macOS", AND(Universal = 1), OR(Intel = 1), "tru...