
Anonymous
Not applicable
2018-03-29
01:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using an expression for Countif conditions
Hey everybody,
I am trying to run a CountIf wherein whenever the SUM of A,B and C equals 1, D is counted.
For example, in the below picture, I should get a count of 3.
I tried a few expressions including the following one =Count({<A+B+C=1>} D), but don't seem to get a result.
Would appreciate if I could get your thoughts on this.
Thanks in advance
1,620 Views
2 Replies

MVP
2018-03-29
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be this
Sum(If(RangeSum(A, B, C) = 1, D, 0)

Master
2018-03-30
02:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try Rangesum function, already suggested by Sunny, The Savior
