Formula issues

S

Sameer

If a Project Manager does not save a baseline, then the baseline start or the
baseline finish is "NA". Now i am trying to use a formula whihc says:

If basline start="NA" show me a white indicator

This does not seem to work. Is there any other way i can tell my executives
whether the baseline is saved or not by using a formula or an indicator?????

Thnx in advance.
 
D

Dale Howard [MVP]

Sameer --

You can use the IIf(ProjDateValue([Baseline Start])="NA", true expression,
false expression) expression to test for an NA condition in the Baseline
Start field. Hope this helps.
 

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