I am trying to set up a column to calculate overdue payments. I have a payment amount column, then a couple of columns for the accounts that the payment would go to. From there I have an “outstanding” column that populates with the payment amount minus any deposits made to one of the bank accounts. I am hoping I can have the overdue column populate with the payment amount if the payment due date has passed. I get easily confused with the monday versions of formulas. I was playing with IF({Date}<TODAY(),{Outstanding}," ") but had no luck. Thanks in advance for any help provided.
Note that the hyphens are not necessary since you’re not displaying any data. “YYYYMMDD” would work as well.
If you’re creating a number of formulas, you may want to look at the Advanced Formula Booster. It breaks free of the formula column and can update any column.
It is a lot simpler to use.
In this particular case, if you use TODAY() in the AFB app, it returns 2023-12-05 without the need to use a format function and the comparison is as simple as the one you intuitively tried.
That formula worked great. Thanks! It for some reason though is not adding up the sum of the overdue payments in the column summary. Any idea why this is? How can I fix? Is it because of the TEXT({Outstanding}?
That formula worked great. Thanks! It for some reason though is not adding up the sum of the overdue payments in the column summary. Any idea why this is? How can I fix? Is it because of the TEXT ({Outstanding}?
Hey Tim, That formula worked great. Thanks! It for some reason though is not adding up the sum of the overdue payments in the column summary. Any idea why this is? How can I fix? Is it because of the TEXT ({Outstanding}?
Hey Tim,
Would you happen to be able to also help me with this formula? I would like to calculate the number of years since a date. If I started in the industry 01/02/2012 I would like it to compare to today and figure how many years of experience I have.