ADD PERCENT SYMBOL TO A FORMULA

D

DYB

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
HT

-
Jan De Messemaeke
Microsoft Project Most Valuable Professiona
http://users.online.be/prom-ade/index.ht
32-495-300 62
dyb said:
Thanks #ERROR message
In general and specifically, I'm trying to derive a formula for % SPENT
cStr([Actual Cost]/[Baseline Cost]*100 & "%")
The formula works okay without the cstr string
Any additional help would be helpful
dyb -
Use the convert to string function and concatenate the percent sig
to th
result 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
 
J

Jan De Messemaeker

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
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
dyb said:
getting
#ERROR message.
In general and specifically, I'm trying to derive a formula for %
SPENT =
cStr([Actual Cost]/[Baseline Cost]*100 & "%").
The formula works okay without the cstr string.
Any additional help would be helpful.
percent sign
to the
result of the formula, such as:
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
http://www.msprojectexperts.com
"We wrote the book on Project Server"
 
J

JackD

Note that this needs to be in a TEXT field to work.
Not in a number or cost field.

-Jack


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
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
keep
getting
#ERROR message.
In general and specifically, I'm trying to derive a formula for %
SPENT =
cStr([Actual Cost]/[Baseline Cost]*100 & "%").
The 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
percent sign
to the
 
D

DYB

Thanks. It works as noted

----- JackD wrote: ----

Note that this needs to be in a TEXT field to work
Not in a number or cost field

-Jac


Jan De Messemaeker said:
Hi
OK, I should have tried, or anybody could have tried.
This works
(CStr([Actual Cost]*100/[Baseline Cost])) & "%
Greeting
-
Jan De Messemaeke
Microsoft Project Most Valuable Professiona
http://users.online.be/prom-ade/index.ht
32-495-300 62
DYB 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 62
kee
gettin
#ERROR message
In general and specifically, I'm trying to derive a formula for
SPENT
cStr([Actual Cost]/[Baseline Cost]*100 & "%")
The 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
percent sig
to th
result 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
 

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