Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Edwin (Borinquen) Edwin (Borinquen) is offline
external usenet poster
 
Posts: 2
Default how can I perform a math funcion in word

Just want to know how can I perform a math function within a letter, vis a
vis, the letter tells you you owe x amount but with a 50% discount you would
pay X amount
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default how can I perform a math funcion in word

You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code. Use
F9 to update all fields in the selection. If you want to show/hide all field
codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default how can I perform a math funcion in word

You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code. Use
F9 to update all fields in the selection. If you want to show/hide all field
codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default how can I perform a math funcion in word

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a comma
as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code.
Use F9 to update all fields in the selection. If you want to show/hide all
field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis
a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount





  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default how can I perform a math funcion in word

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a comma
as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code.
Use F9 to update all fields in the selection. If you want to show/hide all
field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis
a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount







  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Pesach Shelnitz[_2_] Pesach Shelnitz[_2_] is offline
external usenet poster
 
Posts: 277
Default how can I perform a math funcion in word

Hi,

In addition to Stefan's suggestion, you can bookmark the original amount due
and the discount rate and use the bookmarks in the formula field.

For example, in the following sentence select 100 and create a bookmark
called AmountDue, and select 25 and create a bookmark called DiscountRate.

You owe $200, but with a 25% discount you would
need to pay only $.

Then after the the last dollar sign ($), add the following field codes.
{={ AmountDue } - { AmountDue }*{ DisountRate }/100}

As Stefan mentioned, to create each pair of field delimeters, do not type
the curly brackets. Instead, select what they will enclose and press Ctrl+F9.
After you finish creating the field codes, press F9 and then press Alt+F9.
The number 150 should appear.

--
Hope this helps,
Pesach Shelnitz
My Web site: http://makeofficework.com


"Stefan Blom" wrote:

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a comma
as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code.
Use F9 to update all fields in the selection. If you want to show/hide all
field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis
a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount





.

  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Pesach Shelnitz[_2_] Pesach Shelnitz[_2_] is offline
external usenet poster
 
Posts: 277
Default how can I perform a math funcion in word

Hi,

In addition to Stefan's suggestion, you can bookmark the original amount due
and the discount rate and use the bookmarks in the formula field.

For example, in the following sentence select 100 and create a bookmark
called AmountDue, and select 25 and create a bookmark called DiscountRate.

You owe $200, but with a 25% discount you would
need to pay only $.

Then after the the last dollar sign ($), add the following field codes.
{={ AmountDue } - { AmountDue }*{ DisountRate }/100}

As Stefan mentioned, to create each pair of field delimeters, do not type
the curly brackets. Instead, select what they will enclose and press Ctrl+F9.
After you finish creating the field codes, press F9 and then press Alt+F9.
The number 150 should appear.

--
Hope this helps,
Pesach Shelnitz
My Web site: http://makeofficework.com


"Stefan Blom" wrote:

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a comma
as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code.
Use F9 to update all fields in the selection. If you want to show/hide all
field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis
a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount





.

  #8   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default how can I perform a math funcion in word

Hi Pesach,

A simpler rendition would be:
{={ AmountDue }*(1-{ DisountRate }/100)}


--
Cheers
macropod
[Microsoft MVP - Word]


"Pesach Shelnitz" pesach18(AT)hotmail.com wrote in message ...
Hi,

In addition to Stefan's suggestion, you can bookmark the original amount due
and the discount rate and use the bookmarks in the formula field.

For example, in the following sentence select 100 and create a bookmark
called AmountDue, and select 25 and create a bookmark called DiscountRate.

You owe $200, but with a 25% discount you would
need to pay only $.

Then after the the last dollar sign ($), add the following field codes.
{={ AmountDue } - { AmountDue }*{ DisountRate }/100}

As Stefan mentioned, to create each pair of field delimeters, do not type
the curly brackets. Instead, select what they will enclose and press Ctrl+F9.
After you finish creating the field codes, press F9 and then press Alt+F9.
The number 150 should appear.

--
Hope this helps,
Pesach Shelnitz
My Web site: http://makeofficework.com


"Stefan Blom" wrote:

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a comma
as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code.
Use F9 to update all fields in the selection. If you want to show/hide all
field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis
a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount




.

  #9   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default how can I perform a math funcion in word

Hi Pesach,

A simpler rendition would be:
{={ AmountDue }*(1-{ DisountRate }/100)}


--
Cheers
macropod
[Microsoft MVP - Word]


"Pesach Shelnitz" pesach18(AT)hotmail.com wrote in message ...
Hi,

In addition to Stefan's suggestion, you can bookmark the original amount due
and the discount rate and use the bookmarks in the formula field.

For example, in the following sentence select 100 and create a bookmark
called AmountDue, and select 25 and create a bookmark called DiscountRate.

You owe $200, but with a 25% discount you would
need to pay only $.

Then after the the last dollar sign ($), add the following field codes.
{={ AmountDue } - { AmountDue }*{ DisountRate }/100}

As Stefan mentioned, to create each pair of field delimeters, do not type
the curly brackets. Instead, select what they will enclose and press Ctrl+F9.
After you finish creating the field codes, press F9 and then press Alt+F9.
The number 150 should appear.

--
Hope this helps,
Pesach Shelnitz
My Web site: http://makeofficework.com


"Stefan Blom" wrote:

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a comma
as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For example,
{ = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the code.
Use F9 to update all fields in the selection. If you want to show/hide all
field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin wrote in
message ...
Just want to know how can I perform a math function within a letter, vis
a
vis, the letter tells you you owe x amount but with a 50% discount you
would
pay X amount




.

  #10   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default how can I perform a math funcion in word

Hi Edwin,

To see how to perform a wide range of calculations in Word, check out my Microsoft Word Field Maths Tutorial, at:
http://lounge.windowssecrets.com/ind...owtopic=365442
or
http://www.gmayor.com/downloads.htm#Third_party


--
Cheers
macropod
[Microsoft MVP - Word]


"Edwin (Borinquen)" Edwin wrote in message
...
Just want to know how can I perform a math function within a letter, vis a
vis, the letter tells you you owe x amount but with a 50% discount you would
pay X amount




  #11   Report Post  
Posted to microsoft.public.word.docmanagement
macropod[_2_] macropod[_2_] is offline
external usenet poster
 
Posts: 2,059
Default how can I perform a math funcion in word


Hi Edwin,

To see how to perform a wide range of calculations in Word, check out my Microsoft Word Field Maths Tutorial, at:
http://lounge.windowssecrets.com/ind...owtopic=365442
or
http://www.gmayor.com/downloads.htm#Third_party


--
Cheers
macropod
[Microsoft MVP - Word]


"Edwin (Borinquen)" Edwin wrote in message
...
Just want to know how can I perform a math function within a letter, vis a
vis, the letter tells you you owe x amount but with a 50% discount you would
pay X amount


  #12   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default how can I perform a math funcion in word

And neither version will work if the spelling of DiscountRate in the
calculation doesn't match the spelling of the bookmark name

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"macropod" wrote in message
...
Hi Pesach,

A simpler rendition would be:
{={ AmountDue }*(1-{ DisountRate }/100)}


--
Cheers
macropod
[Microsoft MVP - Word]


"Pesach Shelnitz" pesach18(AT)hotmail.com wrote in message
...
Hi,

In addition to Stefan's suggestion, you can bookmark the original amount
due and the discount rate and use the bookmarks in the formula field.

For example, in the following sentence select 100 and create a bookmark
called AmountDue, and select 25 and create a bookmark called
DiscountRate.

You owe $200, but with a 25% discount you would need to pay only $.

Then after the the last dollar sign ($), add the following field codes.
{={ AmountDue } - { AmountDue }*{ DisountRate }/100}

As Stefan mentioned, to create each pair of field delimeters, do not type
the curly brackets. Instead, select what they will enclose and press
Ctrl+F9. After you finish creating the field codes, press F9 and then
press Alt+F9. The number 150 should appear.

--
Hope this helps,
Pesach Shelnitz
My Web site: http://makeofficework.com "Stefan Blom" wrote:

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a
comma as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For
example, { = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the
code. Use F9 to update all fields in the selection. If you want to
show/hide all field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin
wrote in message
...
Just want to know how can I perform a math function within a letter,
vis a
vis, the letter tells you you owe x amount but with a 50% discount
you would
pay X amount




.



  #13   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default how can I perform a math funcion in word


And neither version will work if the spelling of DiscountRate in the
calculation doesn't match the spelling of the bookmark name

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"macropod" wrote in message
...
Hi Pesach,

A simpler rendition would be:
{={ AmountDue }*(1-{ DisountRate }/100)}


--
Cheers
macropod
[Microsoft MVP - Word]


"Pesach Shelnitz" pesach18(AT)hotmail.com wrote in message
...
Hi,

In addition to Stefan's suggestion, you can bookmark the original amount
due and the discount rate and use the bookmarks in the formula field.

For example, in the following sentence select 100 and create a bookmark
called AmountDue, and select 25 and create a bookmark called
DiscountRate.

You owe $200, but with a 25% discount you would need to pay only $.

Then after the the last dollar sign ($), add the following field codes.
{={ AmountDue } - { AmountDue }*{ DisountRate }/100}

As Stefan mentioned, to create each pair of field delimeters, do not type
the curly brackets. Instead, select what they will enclose and press
Ctrl+F9. After you finish creating the field codes, press F9 and then
press Alt+F9. The number 150 should appear.

--
Hope this helps,
Pesach Shelnitz
My Web site: http://makeofficework.com "Stefan Blom" wrote:

To clarify: You should of course use the decimal sign that is defined by
your regional settings. It may very well be something different than a
comma as I used in my example. :-)

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
You can use formula fields to perform (simple) calculations. For
example, { = 0,5*100 } would display 50.

To insert the field delimiters, { }, press Ctrl+F9; then type the
code. Use F9 to update all fields in the selection. If you want to
show/hide all field codes in a document, use Alt+F9.

--
Stefan Blom
Microsoft Word MVP



"Edwin (Borinquen)" Edwin
wrote in message
...
Just want to know how can I perform a math function within a letter,
vis a
vis, the letter tells you you owe x amount but with a 50% discount
you would
pay X amount




.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I perform a 25% reduction in word? [email protected] Page Layout 1 April 12th 07 02:28 AM
cannot perform a mail merge in word 2003 ed Mailmerge 2 April 22nd 06 06:13 PM
Perform math in word with drop down menus lilbean Microsoft Word Help 1 February 28th 06 04:39 PM
Unable to perform save as in Word 2003 TechKnot Microsoft Word Help 2 April 15th 05 09:13 PM
How well does word perform tasks? Is it better than its contempora PoniKika Microsoft Word Help 1 November 27th 04 03:55 PM


All times are GMT +1. The time now is 08:37 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"