In word, how do I calculate cells in a table?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form so a user can enter a number. I would like the column
to have a text box but I would like the total box to equal the numbers above?

Please help?
Thank you very much.
 
If this is a protected form into which amounts are entered into form fields,
check the calculate on exit check box properties of the relevant fields and
where you want the calculation, use a formula field to recall those amounts
eg

{={Text1} + {Text2} + {Text3}}

Do not put the field in a text box - put it in a table cell.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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