W
wahur
I have following columns
A has due dates
B has actual payment date (if not paid, it would be blank)
C is amount
Now can I get somehow a sum of late payments, i.e sum of rows where
B>A? Note that most probably I will need to add more conditions (e.g
due date would have to be compared to today() in case B is blank), so
if it can be done at all then its SUMPRODUCT job most probably.
A has due dates
B has actual payment date (if not paid, it would be blank)
C is amount
Now can I get somehow a sum of late payments, i.e sum of rows where
B>A? Note that most probably I will need to add more conditions (e.g
due date would have to be compared to today() in case B is blank), so
if it can be done at all then its SUMPRODUCT job most probably.