Go Back   Talk Root - PC Hardware, Software and Web Development forums > System Administration > Software > Office > Project



Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
  #1  
Old 04-23-2004, 05:41 PM
dyb
Guest
 
Posts: n/a
Default ADD PERCENT SYMBOL TO A FORMULA

How do I add the % symbol to a custom formula in Project 2002

e.g. 20/500*100 = 4 %
Reply With Quote
  #2  
Old 04-23-2004, 06:26 PM
Dale Howard [MVP]
Guest
 
Posts: n/a
Default Re: ADD PERCENT SYMBOL TO A FORMULA

dyb --

Use the convert to string function and concatenate the percent sign to the
result of the formula, such as:

cStr(20/500*100 & "%")

Hope this helps

--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
[url]http://www.msprojectexperts.com[/url]
"We wrote the book on Project Server"


"dyb" <anonymous@discussions.microsoft.com> wrote in message
news:97E02EC7-D932-4972-8479-E276FA96CBA4@microsoft.com...
> How do I add the % symbol to a custom formula in Project 2002
>
> e.g. 20/500*100 = 4 %



Reply With Quote
  #3  
Old 04-24-2004, 11:11 PM
dyb
Guest
 
Posts: n/a
Default Re: ADD PERCENT SYMBOL TO A FORMULA

Thanks.

I've tried suggestion below several times with no success. I 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
result of the formula, such as:

cStr(20/500*100 & "%")

Hope this helps

--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
[url]http://www.msprojectexperts.com[/url]
"We wrote the book on Project Server"


"dyb" <anonymous@discussions.microsoft.com> wrote in message
news:97E02EC7-D932-4972-8479-E276FA96CBA4@microsoft.com...
> How do I add the % symbol to a custom formula in Project 2002
>> e.g. 20/500*100 = 4 %




Reply With Quote
  #4  
Old 04-25-2004, 12:25 AM
Jan De Messemaeker
Guest
 
Posts: n/a
Default Re: ADD PERCENT SYMBOL TO A FORMULA

Hi,

Move the closing parenthesis to just after the 100, that should do it.
HTH

--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
[url]http://users.online.be/prom-ade/index.htm[/url]
32-495-300 620
"dyb" <anonymous@discussions.microsoft.com> schreef in bericht
news:8744B434-A40A-484B-AD6E-AC14C8D60F2E@microsoft.com...
> Thanks.
>
> I've tried suggestion below several times with no success. I 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
> result of the formula, such as:
>
> cStr(20/500*100 & "%")
>
> Hope this helps
>
> --
> Dale A. Howard [MVP]
> Enterprise Project Trainer/Consultant
> [url]http://www.msprojectexperts.com[/url]
> "We wrote the book on Project Server"
>
>
> "dyb" <anonymous@discussions.microsoft.com> wrote in message
> news:97E02EC7-D932-4972-8479-E276FA96CBA4@microsoft.com...
> > How do I add the % symbol to a custom formula in Project 2002
> >> e.g. 20/500*100 = 4 %

>
>
>



Reply With Quote
  #5  
Old 04-26-2004, 05:51 AM
DYB
Guest
 
Posts: n/a
Default Re: ADD PERCENT SYMBOL TO A FORMULA


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
[url]http://users.online.be/prom-ade/index.htm[/url]
32-495-300 620
"dyb" <anonymous@discussions.microsoft.com> schreef in bericht
news:8744B434-A40A-484B-AD6E-AC14C8D60F2E@microsoft.com...
> Thanks.
>> I've tried suggestion below several times with no success. I 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
> result of the formula, such as:
>> cStr(20/500*100 & "%")
>> Hope this helps
>> --

> Dale A. Howard [MVP]
> Enterprise Project Trainer/Consultant
> [url]http://www.msprojectexperts.com[/url]
> "We wrote the book on Project Server"
>>> "dyb" <anonymous@discussions.microsoft.com> wrote in message

> news:97E02EC7-D932-4972-8479-E276FA96CBA4@microsoft.com...
>> How do I add the % symbol to a custom formula in Project 2002
>>> e.g. 20/500*100 = 4 %
>>>

Reply With Quote
  #6  
Old 04-26-2004, 06:10 AM
Jan De Messemaeker
Guest
 
Posts: n/a
Default Re: ADD PERCENT SYMBOL TO A FORMULA

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
[url]http://users.online.be/prom-ade/index.htm[/url]
32-495-300 620
"DYB" <anonymous@discussions.microsoft.com> schreef in bericht
news:719E9C61-1BED-43DF-80B9-B257136E6C5C@microsoft.com...
>
> 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
> [url]http://users.online.be/prom-ade/index.htm[/url]
> 32-495-300 620
> "dyb" <anonymous@discussions.microsoft.com> schreef in bericht
> news:8744B434-A40A-484B-AD6E-AC14C8D60F2E@microsoft.com...
> > Thanks.
> >> I've tried suggestion below several times with no success. I 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
> > result of the formula, such as:
> >> cStr(20/500*100 & "%")
> >> Hope this helps
> >> --

> > Dale A. Howard [MVP]
> > Enterprise Project Trainer/Consultant
> > [url]http://www.msprojectexperts.com[/url]
> > "We wrote the book on Project Server"
> >>> "dyb" <anonymous@discussions.microsoft.com> wrote in message


> > news:97E02EC7-D932-4972-8479-E276FA96CBA4@microsoft.com...
> >> How do I add the % symbol to a custom formula in Project 2002
> >>> e.g. 20/500*100 = 4 %
> >>>



Reply With Quote
  #7  
Old 04-26-2004, 09:19 AM
JackD
Guest
 
Posts: n/a
Default Re: ADD PERCENT SYMBOL TO A FORMULA

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

-Jack


"Jan De Messemaeker" <jandemes at prom hyphen ade dot be> wrote in message
news:%23PV9dM6KEHA.2576@TK2MSFTNGP12.phx.gbl...
> 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
> [url]http://users.online.be/prom-ade/index.htm[/url]
> 32-495-300 620
> "DYB" <anonymous@discussions.microsoft.com> schreef in bericht
> news:719E9C61-1BED-43DF-80B9-B257136E6C5C@microsoft.com...
> >
> > 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
> > [url]http://users.online.be/prom-ade/index.htm[/url]
> > 32-495-300 620
> > "dyb" <anonymous@discussions.microsoft.com> schreef in bericht
> > news:8744B434-A40A-484B-AD6E-AC14C8D60F2E@microsoft.com...
> > > Thanks.
> > >> I've tried suggestion below several times with no success. I

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
> > > result of the formula, such as:
> > >> cStr(20/500*100 & "%")
> > >> Hope this helps
> > >> --
> > > Dale A. Howard [MVP]
> > > Enterprise Project Trainer/Consultant
> > > [url]http://www.msprojectexperts.com[/url]
> > > "We wrote the book on Project Server"
> > >>> "dyb" <anonymous@discussions.microsoft.com> wrote in

message
>
> > > news:97E02EC7-D932-4972-8479-E276FA96CBA4@microsoft.com...
> > >> How do I add the % symbol to a custom formula in Project 2002
> > >>> e.g. 20/500*100 = 4 %
> > >>>

>
>



Reply With Quote
  #8  
Old 04-26-2004, 03:26 PM
DYB
Guest
 
Posts: n/a
Default Re: ADD PERCENT SYMBOL TO A FORMULA

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.

-Jack


"Jan De Messemaeker" <jandemes at prom hyphen ade dot be> wrote in message
news:%23PV9dM6KEHA.2576@TK2MSFTNGP12.phx.gbl...
> 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
> [url]http://users.online.be/prom-ade/index.htm[/url]
> 32-495-300 620
> "DYB" <anonymous@discussions.microsoft.com> schreef in bericht
> news:719E9C61-1BED-43DF-80B9-B257136E6C5C@microsoft.com...
>>>> 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
>> [url]http://users.online.be/prom-ade/index.htm[/url]
>> 32-495-300 620
>> "dyb" <anonymous@discussions.microsoft.com> schreef in bericht
>> news:8744B434-A40A-484B-AD6E-AC14C8D60F2E@microsoft.com...
>>> Thanks.
>>>> I've tried suggestion below several times with no success. I

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
>>> result of the formula, such as:
>>>> cStr(20/500*100 & "%")
>>>> Hope this helps
>>>> --
>>> Dale A. Howard [MVP]
>>> Enterprise Project Trainer/Consultant
>>> [url]http://www.msprojectexperts.com[/url]
>>> "We wrote the book on Project Server"
>>>>> "dyb" <anonymous@discussions.microsoft.com> wrote in

message
>>>> news:97E02EC7-D932-4972-8479-E276FA96CBA4@microsoft.com...
>>>> How do I add the % symbol to a custom formula in Project 2002
>>>>> e.g. 20/500*100 = 4 %
>>>>>>>

Reply With Quote
Reply

Bookmarks
Sponsored Links
FatCow $88 Plan for $66 only Host Unlimited Domains on 1 Account Professional Hosting from Just Host


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



All times are GMT -7. The time now is 10:49 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
© 2008 TalkRoot.com