MarkDavis
6 years agoQrew Member
Report Formula - If statement for duration (Deposit Date > Posted Date)
Trying to calculate the duration (TAT) from a deposit date to when it was posted. Have the formula correct but since I have some posted dates (CB Posted Date) that is before deposit date (As Of), it is showing a large value like it would in excel. The dates are correct. Either need to ignore those dates/postings or make it blank.
If([CB Posted Date]=null,null,
[CB Posted Date]<[As Of],null,
[CB Posted Date]>[As Of],[CB Posted Date]-[As Of])
thoughts??
------------------------------
Mark Davis
------------------------------
If([CB Posted Date]=null,null,
[CB Posted Date]<[As Of],null,
[CB Posted Date]>[As Of],[CB Posted Date]-[As Of])
thoughts??
------------------------------
Mark Davis
------------------------------