Forum Discussion
- _anomDiebolt_Qrew EliteTry this:
If([Checkbox1] and [Install] = "Self",
[Addon] + [New] - [Removal] + [Replace],
[Addon] + [New] - [Removal]
)- GeneStrelkovQrew CadetLooks perfect. Thank you!!
- GeneStrelkovQrew CadetI need to modify the first portion of the formula, to be: IF [Checkbox1] = checked, AND [Install] = Self, AND its more than 30 days from [DateField]