Jack
Fri Apr 18 09:18:03 CDT 2008
should be pretty simple with an iif statement
This for example shows some text for any uncomplete tasks due within the
next 14 days. It also captures any which were overdue but you can modify
that by adding another condition
IIf([% Complete]<100,IIf([Finish]<([Current Date]+14),"This is due within 14
days",""),"")
-Jack Dahlgren
http://zo-d.com/blog
"Jonathon" <jonathon.levin@gmail.com> wrote in message
news:93828251-e87c-4067-951c-1c312388bc41@m71g2000hse.googlegroups.com...
>I am having issues writing a custom equation in MS Project 2007 that
> can
> put an indicator next to any task that is due from the current date to
> +14 days forward. Does anyone have any experience with this?
>
> Thanks In Advance,
> Jonathon