Skip to main content
Participant
January 3, 2023
Answered

Sum values if check box are selected

  • January 3, 2023
  • 2 replies
  • 509 views

This is my form:

 

A costs 3.000€, B 2.500€ and C 2.000€

 

If A is selected total value must be 3.000, if B is also checked total must be 5.500€ and if C is also checked I should be 7.500. Basically I need to calculate the sum of all checked boxes.

 

Thanks in advance,

 

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer try67

Places those values (without the periods or currency symbols) as the export values of each of the check-boxes, and then just use the built-in Sum option under the Calculate tab of your total field to perform this calculation.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 3, 2023

Places those values (without the periods or currency symbols) as the export values of each of the check-boxes, and then just use the built-in Sum option under the Calculate tab of your total field to perform this calculation.

Lola5E55Author
Participant
January 5, 2023

Thanks a million!!!