Hello gja,
I'm glad you got things working. There is an error in the formula
that
you've copied below (it doesn't include a final argument), but I'm
going
to assume that was just a copy/paste error from Project into the
message.
Glad to hear you have formula which works for your needs.
Julie
Hello Julie,
Thank you for the help. The formula I ended up using was:
IIf([Status]=0,"Complete",IIf([Status]=1,"On
Schedule",IIf([Status]=2,"In
Progress",IIf([Status]=3,"Future Task"))))
Have a good weekend.
:
Hello George,
Pardon me for bumping in. I just tested Andrew's formula and it
works
just fine. When you note you "inserted the formula for Text 1"
did
you use the formula Andrew listed ? Do you insert the Text1
field?
I've repeated the formula that Andrew gave you with the change
that
tasks that have a "Late" status appear as "In Progress" as you
asked.
IIf([Status]=0,"Complete",IIf([Status]=1,"On
Time",IIf([Status]=2,"In
Progress","Future")))
Try copying and pasting the formula into the formula box that
appears
when you click the formula button.
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
Hello Andrew,
Thanks for your response. However, I am having trouble getting
this
to work.
I tried the following:
In the Gnatt View I inserted a column next to the status column,
named, then
highlighted it
Chose customize fields under the tools menu
Inserted the formula for Text 1
Custom attributes, chose Formula
Calculation for task and group summary rows, Chose Use formula
Values to display, Chose Data
The inserted column stays like when it was inserted, numbered
1,2,3,4.....
Any suggestions? I just want the status column or inserted
column
to
indicate
Complete
On Schedule
In Progress
Future Task
instead of
Complete
On Schedule
Late
Future Task
Thank you for any additional comments or suggestions.
George
:
Easy enough....just create a custom text field with the
following
formula
(make your own adaptions)
IIf([Status]=0,"Complete",IIf([Status]=1,"On
Time",IIf([Status]=2,"Lateish","Future")))
:
While reviewing a project with my group I received the
following
comment. For
status (complete, late, future) the late seemed harsh, they
thought we should
change it to "in progress". I feel that being late is realty,
but
if I am
asked to change this label for public presentations is there
a
way to do this?
George