Multiplicaton Calculation

  • Thread starter Thread starter ll
  • Start date Start date
L

ll

How do you perform a simple multiplication calculation in a table - I know
how to add and minus? Any help appreciated. Thanks ll
 
Use ctrl-F9 to insert a pair of the special field braces {} in the cell
where you want the result, type an = sign between them, then reference the
cells you want to multiply, where the columns are labelled A,B,C... and the
rows are 1,2,3 (as in Excel)

e.g. to multiply the first three cells in the first column:

{ =A1*A2*A3 }

or

{ =product(A1,A2,A3) }

or

{ =product(A1:A3) }

See the following for further info:

http://office.microsoft.com/en-au/word/HP051862181033.aspx
 
See Word's Help on the Formula field. The operator for multiplication is *.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org
 

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

Back
Top