D
DavidJ726
I'm trying to perform a countif on two different ranges of cells but am
having difficulty figuring out how to get past the first range. This is
what I have that does work...
=COUNTIF(Sheet1!A13:AA39,"*David*")
I've tried nesting the ranges with parantheses a couple of different ways
but it didn't work. What would the proper expression be to add another
range of cells like below?
=COUNTIF(Sheet1!A13:AA39,"*David*")+(Sheet1!A57:AA53,"*David*")
Thanks,
David
having difficulty figuring out how to get past the first range. This is
what I have that does work...
=COUNTIF(Sheet1!A13:AA39,"*David*")
I've tried nesting the ranges with parantheses a couple of different ways
but it didn't work. What would the proper expression be to add another
range of cells like below?
=COUNTIF(Sheet1!A13:AA39,"*David*")+(Sheet1!A57:AA53,"*David*")
Thanks,
David