Formula help needed, please, on % Complete and Text1 with a %

G

Ginger

I have the following formula in Text1 - which seems to be working fine. It
shows me what percentage of work should be complete at the current date...
presuming an even work effort over the duration.

Left(str(IIf([Current Date]<[Start],"0",IIf([Current
Date]>[Finish],"1",ProjDateDiff([Start],[Current
Date])/[Duration]))*100),4)+"%"

I am now trying to get a column to display which lines are falling behind
with this formula:

IIf([% Complete]>[Text1],"OK","RED")

Unfortunately, this always displays OK, even if the percent complete is
behind with a current percentage less than the percent in Text1.

Any help would be appreciated.

If anyone has any good books to recommend for studying formulas further, I'd
appreciate knowing that too. Tks.
 
J

John

Ginger said:
I have the following formula in Text1 - which seems to be working fine. It
shows me what percentage of work should be complete at the current date...
presuming an even work effort over the duration.

Left(str(IIf([Current Date]<[Start],"0",IIf([Current
Date]>[Finish],"1",ProjDateDiff([Start],[Current
Date])/[Duration]))*100),4)+"%"

I am now trying to get a column to display which lines are falling behind
with this formula:

IIf([% Complete]>[Text1],"OK","RED")

Unfortunately, this always displays OK, even if the percent complete is
behind with a current percentage less than the percent in Text1.

Any help would be appreciated.

If anyone has any good books to recommend for studying formulas further, I'd
appreciate knowing that too. Tks.

Ginger,
A similar question was asked last week in this newsgroup. Search for a
posting by Rich Kooyer on Jan 22, 2008. Unfortunately I don't have the
subject of his post, but he was having trouble with a formula using the
% Complete field.

Hope this helps.
John
Project MVP
 
G

Ginger

Thank you, John.

-- G

John said:
Ginger said:
I have the following formula in Text1 - which seems to be working fine. It
shows me what percentage of work should be complete at the current date...
presuming an even work effort over the duration.

Left(str(IIf([Current Date]<[Start],"0",IIf([Current
Date]>[Finish],"1",ProjDateDiff([Start],[Current
Date])/[Duration]))*100),4)+"%"

I am now trying to get a column to display which lines are falling behind
with this formula:

IIf([% Complete]>[Text1],"OK","RED")

Unfortunately, this always displays OK, even if the percent complete is
behind with a current percentage less than the percent in Text1.

Any help would be appreciated.

If anyone has any good books to recommend for studying formulas further, I'd
appreciate knowing that too. Tks.

Ginger,
A similar question was asked last week in this newsgroup. Search for a
posting by Rich Kooyer on Jan 22, 2008. Unfortunately I don't have the
subject of his post, but he was having trouble with a formula using the
% Complete field.

Hope this helps.
John
Project MVP
 
J

John

Ginger said:
Thank you, John.

-- G
Ginger,
You're welcome.
John
John said:
Ginger said:
I have the following formula in Text1 - which seems to be working fine.
It
shows me what percentage of work should be complete at the current
date...
presuming an even work effort over the duration.

Left(str(IIf([Current Date]<[Start],"0",IIf([Current
Date]>[Finish],"1",ProjDateDiff([Start],[Current
Date])/[Duration]))*100),4)+"%"

I am now trying to get a column to display which lines are falling behind
with this formula:

IIf([% Complete]>[Text1],"OK","RED")

Unfortunately, this always displays OK, even if the percent complete is
behind with a current percentage less than the percent in Text1.

Any help would be appreciated.

If anyone has any good books to recommend for studying formulas further,
I'd
appreciate knowing that too. Tks.

Ginger,
A similar question was asked last week in this newsgroup. Search for a
posting by Rich Kooyer on Jan 22, 2008. Unfortunately I don't have the
subject of his post, but he was having trouble with a formula using the
% Complete field.

Hope this helps.
John
Project MVP
 

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