I have a form with a radio button field (let's call it A) that has a value of 1 and then there is another radio button field with choices for Yes/No and then there is a third radio button field (let's call it B) with values of 1,2 and finally a total box with a formula to sum the radio button values. However I only want to sum the value of B if the Yes/No radio button is "Yes". Below is my formula, but it doesn't sum B at all. This same formula works if the radio buttons are inside of a Collection for some reason.
I wanted to take them out of the Collection to put them inside of a Section instead, but fixing one thing breaks the other. What do you think?