G
Guest
Hello,
I am having trouble calculating the number of days an account is
outstanding (still in process, has not been completed). I consider an
account outstanding if it has been open for more than 10days since the first
open date. I can calculate the number of dates but i can not get it to not
calculate weekend too. Here is what I have so far, something fairly simply:
DAYS OUTSTANDING: Now()-[SCLA]![DATE TO MANGER AND RECEIVED]
"Scla" is the table name and "date to manager and received" is the date of
when the account has been open.
I just want to put in a formula that is simple and if possible no coding
because I am not familiar with that.
Is it possible to build an expression like this
DAYS OUTSTANDING: Now()-[SCLA]![DATE TO MANGER AND RECEIVED] / 7 * 2 -
Now()-[SCLA]![DATE TO MANGER AND RECEIVED]
Like take the anwser divide by 7 and multiply by 2 and subtract it by the
total number of days. Simple calculation of adding and subtracting. Is it
possible to do that?
I am sorry I am not clear in explaining my situation and formula. Please
Help in any way.! Thanks in advance! Have a great day!
I am having trouble calculating the number of days an account is
outstanding (still in process, has not been completed). I consider an
account outstanding if it has been open for more than 10days since the first
open date. I can calculate the number of dates but i can not get it to not
calculate weekend too. Here is what I have so far, something fairly simply:
DAYS OUTSTANDING: Now()-[SCLA]![DATE TO MANGER AND RECEIVED]
"Scla" is the table name and "date to manager and received" is the date of
when the account has been open.
I just want to put in a formula that is simple and if possible no coding
because I am not familiar with that.
Is it possible to build an expression like this
DAYS OUTSTANDING: Now()-[SCLA]![DATE TO MANGER AND RECEIVED] / 7 * 2 -
Now()-[SCLA]![DATE TO MANGER AND RECEIVED]
Like take the anwser divide by 7 and multiply by 2 and subtract it by the
total number of days. Simple calculation of adding and subtracting. Is it
possible to do that?
I am sorry I am not clear in explaining my situation and formula. Please
Help in any way.! Thanks in advance! Have a great day!