Hi
The following if statement works perfect
=IF(AND(B698="abc",G698="charge"),+C698,IF(AND(B698="abc",G698="payment"),-C698,IF(AND(B698="abc",G698="credit"),-C698,"")))
When I add another condition ( made it red so it can be easier to see here), It returns “false” when the new...