I'm having to try to create several formulas so that I can in turn create triggers. I need to say if there is a value in cell A with a difference of $1 (positive or negative) from cell A and cell B I want it to say notify, if not say no. Anyone have a suggestion. I had
=IF([Cash Distribution (AM)]@row - [Received Cash Distributions (FM)]@row >= 1, "notify", "No")
which works but doesn't take account of a value or the negative $1.
Thanks in advance!