Skip to main content
Participant
April 28, 2017
Question

In Adobe Acrobat XI I need to come up with a sub-total field that references amounts added in seven fields and then subtraction of an amount from one other field:

  • April 28, 2017
  • 1 reply
  • 574 views

Something like this:

(Column60001_1 + Column60001_2 + Column60001_3 + Column60001_4 + Column60001_5 + Column60001_6 + Column60001_7) - Column6001A

I have no experience with java calculation scripts.

Thanks,

Jeff

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
April 28, 2017

Use the simplified notation.

jeffc0913Author
Participant
April 28, 2017

Thanks Bernd,

I tried that and the subtotal filed did not calculate correctly using the same formula I posted.

Bernd Alheit
Community Expert
Community Expert
April 28, 2017

Are the field names correct? Is the calculation order correct?