Howdy!
I'd like to count the number of occurances of a specific value in a column on another sheet. It works great this way, but within the same sheet:
=COUNTIF([Column4]17:[Column4]26, "Red")
Is there a way to select a range of cells on another sheet and return (in this case) the number of them that are Red?
Thanks!