Custom Variance fields

M

Michelle Moulliet

I tried to set up a custom variance field by using a custom duration field
and the following formula:

[Finish] - [Baseline1 Finish]

I get nothing but 0 days no matter what data I put in either field. Does
anyone
have any suggestions why it's not working?
 
J

John

I tried to set up a custom variance field by using a custom duration field
and the following formula:

[Finish] - [Baseline1 Finish]

I get nothing but 0 days no matter what data I put in either field. Does
anyone
have any suggestions why it's not working?

Michelle,
That's because the formula is working with dates and the spare duration
fields only recognize time span. Try the following formula instead (the
variance will be shown in working days).
ProjDateDiff([Baseline1 Finish],[Finish])

Hope this helps.
John
Project MVP
 
M

Michelle Moulliet

Thanks!

John said:
I tried to set up a custom variance field by using a custom duration field
and the following formula:

[Finish] - [Baseline1 Finish]

I get nothing but 0 days no matter what data I put in either field. Does
anyone
have any suggestions why it's not working?

Michelle,
That's because the formula is working with dates and the spare duration
fields only recognize time span. Try the following formula instead (the
variance will be shown in working days).
ProjDateDiff([Baseline1 Finish],[Finish])

Hope this helps.
John
Project MVP
 
J

John

Thanks!

John said:
I tried to set up a custom variance field by using a custom duration
field
and the following formula:

[Finish] - [Baseline1 Finish]

I get nothing but 0 days no matter what data I put in either field. Does
anyone
have any suggestions why it's not working?

Michelle,
That's because the formula is working with dates and the spare duration
fields only recognize time span. Try the following formula instead (the
variance will be shown in working days).
ProjDateDiff([Baseline1 Finish],[Finish])

Hope this helps.
John
Project MVP

Michelle,
You're welcome.
John
 

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