G
Guest
Hi,
I had a question about counting based on the result of the formula
"Type(A1)". I needed to count cells in a range if their Type was =2. I also
wanted to accomplish this in a single formula.
In the past I have used Sumproduct to count. So to count the occurances of
the word "Car" in the range A1:A100-->
=Sumproduct((A1:A100="Car")*1)
I tried using sumproduct and the type function but it did not work.
Is there any way to do this, maybe with an array formula?
Thanks
I had a question about counting based on the result of the formula
"Type(A1)". I needed to count cells in a range if their Type was =2. I also
wanted to accomplish this in a single formula.
In the past I have used Sumproduct to count. So to count the occurances of
the word "Car" in the range A1:A100-->
=Sumproduct((A1:A100="Car")*1)
I tried using sumproduct and the type function but it did not work.
Is there any way to do this, maybe with an array formula?
Thanks