How to insert formula on a fill in form that adds columns

E

ettadanreb

I set up my fill in form as a table. The user types the numbers in the
columns. I need the columns to add at the bottom of the column and give me a
total.
 
M

macropod

Hi ettadanreb,

On the 'totals' row for the column concerned, create a formula field by pressing Ctrl-F9. You should see a pair of field braces (ie
'{ }'). Between the field braces, type =SUM(ABOVE), so that you end up with '{=SUM(ABOVE)}'. Then, with the properties of each
formfield that contributes to the total, ensure the:
.. data type is set to number, with the appropriate format;
.. default value is set to whatever you want it to be (not empty); and
.. 'calculate on exit' option is checked.
When you're done, protect the form.
 

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

Top