A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Text Form Field Options for %



 
 
Thread Tools Display Modes
  #1  
Old May 11th, 2006, 06:39 AM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Text Form Field Options for %

Word 2000

Part I: What is the correct Number Format to use for % if I want to have 3
places behind the decimal? I want to be able to enter 7.5, 7.50 or 7.500 in
a cell and have all 3 entries come back with 7.500%. I am using #.###% but
it does not add the extra zeroes: 7.5 comes back as 7.5%
(I have identified this cell as B26 for Part II)

Part II: I want the cell next to it to autopopulate as B26 + .25 (7.750%
in the example above) When I put =B26+.25 in the expression field, it does
not work. It comes back as 0.32, not 7.75%

Part III: How would I code it so that the cells with the calculations would
remain blank until the user entered the base data into B26?

Thank you
  #2  
Old May 11th, 2006, 12:32 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Text Form Field Options for %

0.000%

"David Cahill" wrote in message
...
Word 2000

Part I: What is the correct Number Format to use for % if I want to have
3
places behind the decimal? I want to be able to enter 7.5, 7.50 or 7.500
in
a cell and have all 3 entries come back with 7.500%. I am using #.###%
but
it does not add the extra zeroes: 7.5 comes back as 7.5%
(I have identified this cell as B26 for Part II)

Part II: I want the cell next to it to autopopulate as B26 + .25
(7.750%
in the example above) When I put =B26+.25 in the expression field, it
does
not work. It comes back as 0.32, not 7.75%

Part III: How would I code it so that the cells with the calculations
would
remain blank until the user entered the base data into B26?

Thank you



  #3  
Old May 11th, 2006, 12:37 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Text Form Field Options for %

1. To make zeroes display, use #.000 (if you want zeroes before the
decimal point to display, use 0.000 instead) in the format code.

2. Are you referring to creating relative cell references as in a
spreadsheet? This is not possible in Word; all references are
absolute.

--
Stefan Blom
Microsoft Word MVP


"David Cahill" wrote in message
...
Word 2000

Part I: What is the correct Number Format to use for % if I want

to have 3
places behind the decimal? I want to be able to enter 7.5, 7.50 or

7.500 in
a cell and have all 3 entries come back with 7.500%. I am using

#.###% but
it does not add the extra zeroes: 7.5 comes back as 7.5%
(I have identified this cell as B26 for Part II)

Part II: I want the cell next to it to autopopulate as B26 + .25

(7.750%
in the example above) When I put =B26+.25 in the expression field,

it does
not work. It comes back as 0.32, not 7.75%

Part III: How would I code it so that the cells with the

calculations would
remain blank until the user entered the base data into B26?

Thank you





  #4  
Old May 11th, 2006, 04:21 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Text Form Field Options for %

Jezebel, thank you for your response. For some reason, 0.000% comes back
with 750.000% when I input 7.5

##.###% gets the decimal in the correct place (I need to be able to enter
interest rates that have double digits) but it does not populate the zeroes.
7.5 comes back with 7.5% instead of 7.500%

"Jezebel" wrote:

0.000%

"David Cahill" wrote in message
...
Word 2000

Part I: What is the correct Number Format to use for % if I want to have
3
places behind the decimal? I want to be able to enter 7.5, 7.50 or 7.500
in
a cell and have all 3 entries come back with 7.500%. I am using #.###%
but
it does not add the extra zeroes: 7.5 comes back as 7.5%
(I have identified this cell as B26 for Part II)

Part II: I want the cell next to it to autopopulate as B26 + .25
(7.750%
in the example above) When I put =B26+.25 in the expression field, it
does
not work. It comes back as 0.32, not 7.75%

Part III: How would I code it so that the cells with the calculations
would
remain blank until the user entered the base data into B26?

Thank you




  #5  
Old May 11th, 2006, 04:31 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Text Form Field Options for %

Stefan,

Thank you for taking the time to help me with my question. I appreciate
your help.

I have installed Greg Maxey's Macro giving me the absolute referecnces for
the cells in my tables. b26 is the absolute position for my cell. I have also
figured out the expression for the calculation.

=b26+.25%
0.000% is the number field

This gets me the calculations that I am after.

Is there a way to put a switch into the formula so that the cell remains
"blank" unless data is entered into b26?

thanks

"Stefan Blom" wrote:

1. To make zeroes display, use #.000 (if you want zeroes before the
decimal point to display, use 0.000 instead) in the format code.

2. Are you referring to creating relative cell references as in a
spreadsheet? This is not possible in Word; all references are
absolute.

--
Stefan Blom
Microsoft Word MVP


"David Cahill" wrote in message
...
Word 2000

Part I: What is the correct Number Format to use for % if I want

to have 3
places behind the decimal? I want to be able to enter 7.5, 7.50 or

7.500 in
a cell and have all 3 entries come back with 7.500%. I am using

#.###% but
it does not add the extra zeroes: 7.5 comes back as 7.5%
(I have identified this cell as B26 for Part II)

Part II: I want the cell next to it to autopopulate as B26 + .25

(7.750%
in the example above) When I put =B26+.25 in the expression field,

it does
not work. It comes back as 0.32, not 7.75%

Part III: How would I code it so that the cells with the

calculations would
remain blank until the user entered the base data into B26?

Thank you






  #6  
Old May 11th, 2006, 05:52 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Text Form Field Options for %

7.5 *is* 750%. If you want 7.5%, you'll need 0.075. Or you'll need a
calculated field that divides by 100; that's the way percents work.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"David Cahill" wrote in message
...
Jezebel, thank you for your response. For some reason, 0.000% comes back
with 750.000% when I input 7.5

##.###% gets the decimal in the correct place (I need to be able to enter
interest rates that have double digits) but it does not populate the

zeroes.
7.5 comes back with 7.5% instead of 7.500%

"Jezebel" wrote:

0.000%

"David Cahill" wrote in message
...
Word 2000

Part I: What is the correct Number Format to use for % if I want to

have
3
places behind the decimal? I want to be able to enter 7.5, 7.50 or

7.500
in
a cell and have all 3 entries come back with 7.500%. I am using

#.###%
but
it does not add the extra zeroes: 7.5 comes back as 7.5%
(I have identified this cell as B26 for Part II)

Part II: I want the cell next to it to autopopulate as B26 + .25
(7.750%
in the example above) When I put =B26+.25 in the expression field, it
does
not work. It comes back as 0.32, not 7.75%

Part III: How would I code it so that the cells with the calculations
would
remain blank until the user entered the base data into B26?

Thank you





  #7  
Old May 11th, 2006, 06:04 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Text Form Field Options for %

David,

Not failsafe AFAIK, but if it blank or "0" you might use:

{ If { =(B26)} = "0"""{ =(B26*.25)} }

 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Access even the right idea? BMB New Users 19 November 21st, 2005 08:01 PM
Move feild entries from form to form using global variables JackCGW General Discussion 11 November 14th, 2005 05:22 AM
Change font of part of text John Powerpoint 7 March 15th, 2005 10:10 AM
Help with design Ronnie Database Design 6 March 12th, 2005 02:53 PM
Setting "Bookmark" text in Text Form Field Options dialog William Bartusek New Users 2 May 25th, 2004 09:50 PM


All times are GMT +1. The time now is 11:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.