Hi, I am tracking 'aging overdue invoices', and I am creating an IF statement formula where it finds the total per days outstanding. Due to the reason that My database have the correct updated syntax script my output provides the correct "days outstanding" and many ROWS I get the text "NULL". All overdue days list correctly on second column "B" with current formula. How can I insert the TEXT "NULL" on "column B2" Aging Bucket when "Column A2" reads NULL?
Here is my current formula inserted on "Column "Aging Bucket" ROW "B2":
=IF(A2>90,"91-120 Days Past Due ",IF(A2>60,"61-90 Days Past Due",IF(A2>15,"16-30 Days Past due",IF(A2>-0.1,"0-15 Days Past Due","0 Current"))))
See attached image.
My current data output:
Column A2
Days_Overdue
[Formula Set on B2]
Column B2
Aging Bucket
Here is my current formula inserted on "Column "Aging Bucket" ROW "B2":
=IF(A2>90,"91-120 Days Past Due ",IF(A2>60,"61-90 Days Past Due",IF(A2>15,"16-30 Days Past due",IF(A2>-0.1,"0-15 Days Past Due","0 Current"))))
See attached image.
My current data output:
Column A2
Days_Overdue
25 |
25 |
25 |
25 |
25 |
NULL |
NULL |
NULL |
NULL |
[Formula Set on B2]
Column B2
Aging Bucket
16-30 Days Past due |
16-30 Days Past due |
16-30 Days Past due |
16-30 Days Past due |
16-30 Days Past due |
181-365+ Days Past Due |
181-365+ Days Past Due |
181-365+ Days Past Due |
181-365+ Days Past Due |