Forum Discussion
Chris Mercado
Nov 16, 2017Copper Contributor
COUNTIF "or" RANGE
So, I have created a formula with multiple "COUNTIF" functions over varied ranges. However, for a few cells within the formula, I only want the formula to count one cell or the other, but never both...
SergeiBaklan
Nov 16, 2017MVP
Hi Chris,
If we speak about single cells, not ranges, that could be
=--OR(E17>0,E24>0)
Chris Mercado
Nov 16, 2017Copper Contributor
Thanks, that looks like it works, even incorporated with the rest of my COUNTIF formula for other cells...