SPI Enterprise Custom Field

M

mm

I am looking for help creating a formula where SPI
"is greater than or equal to" 1 for Green
"is between .90 and .99" for yellow
"is less than or equal to" .89 for red

Thanks
 
N

NZ Projects

Create a new task/text field and enter the following formula

IIf([SPI]>=1,"Green",IIf([SPI]>0.9,"Amber","Red"))
 
M

mm

Thanks,

What would the addition be to handle yellow

NZ Projects said:
Create a new task/text field and enter the following formula

IIf([SPI]>=1,"Green",IIf([SPI]>0.9,"Amber","Red"))

mm said:
I am looking for help creating a formula where SPI
"is greater than or equal to" 1 for Green
"is between .90 and .99" for yellow
"is less than or equal to" .89 for red

Thanks
 
G

GirlGeek

Thanks,

What would the addition be to handle yellow



NZ Projects said:
Create a new task/text field and enter the following formula
IIf([SPI]>=1,"Green",IIf([SPI]>0.9,"Amber","Red"))

I am looking for help creating a formula where SPI
"is greater than or equal to" 1 for Green
"is between .90 and .99" for yellow
"is less than or equal to" .89 for red
Thanks- Hide quoted text -

- Show quoted text -

I think by 'amber' he meant 'yellow' :)
 
M

mm

Thanks This works great however the graphical indicators will not display on
the summary tasks in the project. When I put the mouseover it the value is
there just not the graphic but it should on the lowest level tasks.

Any ideas would be appeciated.

NZ Projects said:
Create a new task/text field and enter the following formula

IIf([SPI]>=1,"Green",IIf([SPI]>0.9,"Amber","Red"))

mm said:
I am looking for help creating a formula where SPI
"is greater than or equal to" 1 for Green
"is between .90 and .99" for yellow
"is less than or equal to" .89 for red

Thanks
 
M

mm

I created another enterpise field with the same formula and it works fine.

Thanks

mm said:
Thanks This works great however the graphical indicators will not display on
the summary tasks in the project. When I put the mouseover it the value is
there just not the graphic but it should on the lowest level tasks.

Any ideas would be appeciated.

NZ Projects said:
Create a new task/text field and enter the following formula

IIf([SPI]>=1,"Green",IIf([SPI]>0.9,"Amber","Red"))

mm said:
I am looking for help creating a formula where SPI
"is greater than or equal to" 1 for Green
"is between .90 and .99" for yellow
"is less than or equal to" .89 for red

Thanks
 

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