Skip to main content
Participating Frequently
September 22, 2022
Answered

Checkbox with value and addup

  • September 22, 2022
  • 1 reply
  • 2316 views

Hello! I'm working on a form in Acrobat and I'm stuck.
Here's the situation:

Multiple questions with 3 checkboxes. Each row can select 1 checkbox.

Each checkbox has a value, as shown above.

 

I want to add up all the values of the selected checkboxes.
For instance, if you were te select the first question checkbox with 1 and the second question checkbox with 2, somewhere in the document the numer 3 (adding up 1 and 2).
This document has about 40 questions.

I really hope this is possible in Acrobat 🙂

This topic has been closed for replies.
Correct answer Nesa Nurani

It's the same for radio buttons, except radio buttons have choices instead of export value, but it works the same, set choices to be 0,1,2.

To make checkboxes work as group, give all 3 checkboxes same name and give them different export value (0,1,2).

1 reply

Nesa Nurani
Community Expert
Community Expert
September 22, 2022

If you already give checkboxes export values of 0,1,2 then in field where you want to calculate total, go to properties → 'calculate' tab and select 'Value is the', leave as (Sum+) and click on 'pick' and select your checkboxes.

Mattie_dAuthor
Participating Frequently
September 22, 2022

Sorry, I named them checkboxes, but they are radio buttons.
Or is there a way to make a group of check boxes, so only 1 of 3 can be checked? (Just like the radio buttons)
I did find the sum+ function, but I don't know how to create groups with check boxes.

Nesa Nurani
Community Expert
Nesa NuraniCommunity ExpertCorrect answer
Community Expert
September 22, 2022

It's the same for radio buttons, except radio buttons have choices instead of export value, but it works the same, set choices to be 0,1,2.

To make checkboxes work as group, give all 3 checkboxes same name and give them different export value (0,1,2).