Hi
I have a series of checkboxes that I am assigning values to in a label, by doing the following...
If('checkbox1'.Value = true, "4", "0", 'checkbox2'.Value = true, "4", "0")
What I want to do is, if the checkbox value is set to true, add-up (or sum) all the true values (which are 4) to bring a total. So in the above example, this would equal 8 if both are true.
Any ideas please?
Thanks
K.

Report
All responses (
Answers (