2017年帖子
讨论表
类别
受欢迎的标签
Try this:<\/p>
=NETWORKDAYS(C2, TODAY())<\/p>
This will exclude weekends as well as any holidays you have defined in your Project Settings. Remember you can access your Project Settings by right-clicking a column header, and selecting \"Edit Project Settings\". Dependencies must be enabled there first, and then you can select which days of the week are in-scope as well as exclude holidays (dates) by listing them, comma-separated, in the space provided.<\/p>
Hope this helps!<\/p>
BRgds,<\/p>
-Ray<\/p>"},{"commentID":354059,"body":"
Hi @Czarmaine Quemuel<\/a>,<\/p>
Is your C2 date in the future?? If so, that's what is causing it.<\/p>
If not, here are a couple things to try:<\/p>
=ABS(NETWORKDAYS(C2, TODAY()))<\/p>
Then a simple =[Probability %]@row * [Software TCV]@row <\/p>
should work for you in your Column - Weighted TCV (Software TCV * Probability) column.<\/p>
=VALUE([Probability %]@row) * [Software TCV]@row <\/p>
=IF([TOTAL BUDGET]@row < 100000, [Final Report Due]@row + 15, \"N\/A\")<\/p>