calculated field

A

assaf1978

Hi,
How can I calculate the duration between the task's finish date and today?
Only including the working days.
I've tried [finish]-date() but it uses the entire week and not only working
days.

Thanks,
Assaf
 
R

Rod Gill

Try the Date/Time function ProjDateSub. It lets you specify a calendar which
the function uses to evaluate which days are working and which non-working.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
D

Dytham

Or even, for what you seem to be trying to do, the function ProjDateDiff.

Rod Gill said:
Try the Date/Time function ProjDateSub. It lets you specify a calendar which
the function uses to evaluate which days are working and which non-working.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com



assaf1978 said:
Hi,
How can I calculate the duration between the task's finish date and today?
Only including the working days.
I've tried [finish]-date() but it uses the entire week and not only
working
days.

Thanks,
Assaf
 
A

assaf1978

Thank you! Thank you! Thank you!

Dytham said:
Or even, for what you seem to be trying to do, the function ProjDateDiff.

Rod Gill said:
Try the Date/Time function ProjDateSub. It lets you specify a calendar which
the function uses to evaluate which days are working and which non-working.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com



assaf1978 said:
Hi,
How can I calculate the duration between the task's finish date and today?
Only including the working days.
I've tried [finish]-date() but it uses the entire week and not only
working
days.

Thanks,
Assaf
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top