Let's say I have a running tally of responses from parents of kids.I want to keep track of which kids' parents have responded A or B, but obviously do not want to double count if both parents have responded for the same kid.
The obvious solution would be to employ the inclusion/exclusion formula
=(responses from A) + (responses from B) - (responses from A AND B)
Is there a way to do that formula in GSHeets?