Hi everyone,
I use this formula that works very well:
SUM(IF({Status1}=“Paid”, {Value1}, 0),IF({Status 2}=“Paid”, {Value2}, 0))
Sum only if the status matched with the amount is paid.
But now i need to sum both if the status is Paid but also if it is Down Payment or Payable
Thank you