Forum Discussion
DonLarson
6 years agoQrew Elite
Mark,
I am assuming you have a Formula Duration field. Give this a try:
if ( isnull([CB Post]), null,
[CB Posted Date]<[As Of], null,
[CB Posted Date]>[As Of],[CB Posted Date]-[As Of])
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
I am assuming you have a Formula Duration field. Give this a try:
if ( isnull([CB Post]), null,
[CB Posted Date]<[As Of], null,
[CB Posted Date]>[As Of],[CB Posted Date]-[As Of])
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
MarkDavis
6 years agoQrew Member
Sorry about the delay Don. The formula was correct, had some data for the dates that looked right but somehow was not formatted correctly. Once I corrected it, the formula calculated the TAT. Thanks!!
------------------------------
Mark Davis
------------------------------
------------------------------
Mark Davis
------------------------------