Closed tactycHQ closed 5 years ago
If a range containing an empty cell or cells were to be passed to either COUNT or COUNTIF, I get a TypeError as follows:
TypeError: unorderable types: int() >= NoneType()
Thanks for reporting this. I have been able to duplicate it, and should have a fix before too long.
If a range containing an empty cell or cells were to be passed to either COUNT or COUNTIF, I get a TypeError as follows:
TypeError: unorderable types: int() >= NoneType()