D
dyb
How do I add the % symbol to a custom formula in Project 200
e.g. 20/500*100 = 4 %
e.g. 20/500*100 = 4 %
cStr([Actual Cost]/[Baseline Cost]*100 & "%")dyb said:Thanks #ERROR message
In general and specifically, I'm trying to derive a formula for % SPENT
The formula works okay without the cstr string
Any additional help would be helpfulto thdyb -
Use the convert to string function and concatenate the percent sig
result of the formula, such asDale A. Howard [MVPcStr(20/500*100 & "%"
Hope this help
-
Enterprise Project Trainer/Consultan
http://www.msprojectexperts.co
"We wrote the book on Project ServerHow do I add the % symbol to a custom formula in Project 200
DYB said:Thanks for the continuing assistance.
Unfortunately, no luck yet. I'm still getting the #ERROR message.
Any additional suggestion?. Perhaps, someone could try the formula noted below.
Thanks.
----- Jan De Messemaeker wrote: -----
Hi,
Move the closing parenthesis to just after the 100, that should do it.
HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/index.htm
32-495-300 620
gettingdyb said:Thanks.
#ERROR message.SPENT =In general and specifically, I'm trying to derive a formula for %
cStr([Actual Cost]/[Baseline Cost]*100 & "%").percent signThe formula works okay without the cstr string.
Any additional help would be helpful.
to theresult of the formula, such as:
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
http://www.msprojectexperts.com
"We wrote the book on Project Server"
Jan De Messemaeker said:Hi,
OK, I should have tried, or anybody could have tried..
This works:
(CStr([Actual Cost]*100/[Baseline Cost])) & "%"
Greetings
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/index.htm
32-495-300 620
keepDYB said:Thanks for the continuing assistance.
Unfortunately, no luck yet. I'm still getting the #ERROR message.
Any additional suggestion?. Perhaps, someone could try the formula noted below.
Thanks.
----- Jan De Messemaeker wrote: -----
Hi,
Move the closing parenthesis to just after the 100, that should do it.
HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/index.htm
32-495-300 620getting
#ERROR message.SPENT =In general and specifically, I'm trying to derive a formula for %
cStr([Actual Cost]/[Baseline Cost]*100 & "%").percent signThe formula works okay without the cstr string.
Any additional help would be helpful.
----- Dale Howard [MVP] wrote: -----
dyb --
Use the convert to string function and concatenate the
to the
Jan De Messemaeker said:HiThis worksOK, I should have tried, or anybody could have tried.
(CStr([Actual Cost]*100/[Baseline Cost])) & "%Jan De MessemaekeGreeting
-
Microsoft Project Most Valuable Professiona
http://users.online.be/prom-ade/index.ht
32-495-300 62
keeDYB said:----- Jan De Messemaeker wrote: ---- it
Jan De Messemaeke
Microsoft Project Most Valuable Professiona
http://users.online.be/prom-ade/index.ht
32-495-300 62gettin
#ERROR messageSPENTIn general and specifically, I'm trying to derive a formula for
cStr([Actual Cost]/[Baseline Cost]*100 & "%")percent sigThe formula works okay without the cstr string
Any additional help would be helpful
----- Dale Howard [MVP] wrote: ----
dyb -
Use the convert to string function and concatenate th
to thresult of the formula, such as
cStr(20/500*100 & "%"
Hope this help
-
Dale A. Howard [MVP
Enterprise Project Trainer/Consultan
http://www.msprojectexperts.co
"We wrote the book on Project Server
How do I add the % symbol to a custom formula in Project 200
e.g. 20/500*100 = 4
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.