Hi
Quote:
Does this make more sense of what I'm trying to accomplish?
|
Not really.
If you are trying to COUNT the number of cells in Sheet1, Column B, Row 2 and down, that have a value greater than 3 (?), then this seems to do that
=SUMPRODUCT((Sheet1!B2:B65536>3)*ISNUMBER(Sheet1!B 2:B65536))
If that is not what you want, then perhaps a little more info is required!
However, if that is what you want, and it doesn’t do what I think, perhaps you could indicate what it does do?
MTB