i have a formula for a custom task field:
IIf([Number2]=4,IIf([Finish]<now()-14,"Yes","No"),"No")
is there a way to manipulate the above formula to also check whether it's a summary task?
thanks
-hisbad
I am using the Resource field that is populated from the Resource sheet.
However, I have a custom text field (Text1). I want the drop down values in Text1 to be the names in the Resource sheet as well.
It's not available in the Import Values option
It's not available as the formula
I can't...
In MS Project...
I am using the Resource field that is populated from the Resource sheet.
However, I have a custom text field (Text1). I want the drop down values in Text1 to be the names in the Resource sheet as well.
It's not available in the Import Values option
It's not available as the...
i have a macro that (while performing its task) counts down from 100 to zero. how do i make count up so it looks like a percentage.
here's the one line of code that i need to change.
Application.StatusBar = (100 / (n - myRow) * (i - myRow))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.