
Announcements
I have Gallery_1 with a number field (HostVisitorNumber) and a checkbox (AddtoSearchList). I would like to add up the number fields of all items where the checkbox is true.
If(Gallery_1.Selected.'AddtoSearchList'.Value=true), Sum(Gallery_1.selected.HostVisitorNumber)
Use this formula: