Test for Baseline Dates

S

Stretch

How do I test to see if a Baseline Start (or Finish) date exists?

I've tried testing for "NA" but was unsuccessful.

Thanks,

Stretch
 
S

Stretch

Julie,

Thank ya, thank ya, thank ya.

I don't have much hair left to pull out.

Take care,

Stretch

JulieS said:
Hi Stretch,

Use the Project Date Value function. For example:

IIf([Baseline Finish]= ProjDateValue("NA"), "Has baseline", "No Baseline
Saved")

For additional information see fellow MVP Jack Dahlgren's blog page:
http://zo-d.com/blog/archives/programming/working-with-custom-field-formulas.html

I hope this helps. Let us know how you get along.

Julie
Project MVP

Visit http://project.mvps.org/ for the FAQs and additional information
about Microsoft Project


Stretch said:
How do I test to see if a Baseline Start (or Finish) date exists?

I've tried testing for "NA" but was unsuccessful.

Thanks,

Stretch
 
J

JulieS

You're most welcome Stretch and thanks for the feedback. Glad to have
helped preserve a few more hair follicles :)

Julie
Stretch said:
Julie,

Thank ya, thank ya, thank ya.

I don't have much hair left to pull out.

Take care,

Stretch

JulieS said:
Hi Stretch,

Use the Project Date Value function. For example:

IIf([Baseline Finish]= ProjDateValue("NA"), "Has baseline", "No
Baseline
Saved")

For additional information see fellow MVP Jack Dahlgren's blog page:
http://zo-d.com/blog/archives/programming/working-with-custom-field-formulas.html

I hope this helps. Let us know how you get along.

Julie
Project MVP

Visit http://project.mvps.org/ for the FAQs and additional
information
about Microsoft Project


Stretch said:
How do I test to see if a Baseline Start (or Finish) date exists?

I've tried testing for "NA" but was unsuccessful.

Thanks,

Stretch
 

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