How can I sum numbers according to yes/no clicking

Dear Friends,

When I click the yes/no button, I want app to sum number under results
How can I do it?
Then according to result, there is displaying fail or pass under explanation.
If the yes is selected, I will give the point 20, if no will be selected there will no no point.

Solved Solved
0 5 251
1 ACCEPTED SOLUTION

Eren Bey,
Try with this in AppFormula of [Result] column:

IFS([Vehicle_Light],20) + IFS([Wheels],20) + IFS([Doors],20) + IFS([Damage],20)

Please edit your post header and change its tag explicitly to Questions.

View solution in original post

5 REPLIES 5

Do you want to SUM the [Result] values for each particular entry?

Can you elaborate?

Merhaba Levent Bey(Hi Levent),

Yes, every yesโ€™s answers will have 20 point, I mean, every yes answer will be added up.
For example; if 3 questionโ€™s answers are yes, the total of result will be 60.

I hope it is clear

Eren Bey,
Try with this in AppFormula of [Result] column:

IFS([Vehicle_Light],20) + IFS([Wheels],20) + IFS([Doors],20) + IFS([Damage],20)

Please edit your post header and change its tag explicitly to Questions.

Levent Bey,

It worked.
Thank you so much.

Youโ€™re welcome.

Top Labels in this Space