• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sumproduct formula

sachar

Member
Dear All,

With the help of “Sumproduct” formula to get the total number of “Club Car” in column “E” the no value return “#Value” (E24) (sample file attached). May I know the mistake?

Can we apply the” count if” formula also?
 

Attachments

Yes. You can count those values by using a wild card character in your CountIF formulas criteria as follows :

Here is the formula :

=COUNTIF($E$2:$E$39,CONCATENATE(E41,"*"))

Hope that helps!!
 
Dear All,

With the help of “Sumproduct” formula to get the total number of “Club Car” in column “E” the no value return “#Value” (E24) (sample file attached). May I know the mistake?

Can we apply the” count if” formula also?
do u need the count of club car/
CLUB CAR CARRYALL/
CLUB CAR PRECEDENT
,
 
Yes. You can count those values by using a wild card character in your CountIF formulas criteria as follows :

Here is the formula :

=COUNTIF($E$2:$E$39,CONCATENATE(E41,"*"))

Hope that helps!!

This will do the same job

=COUNTIF($E$2:$E$39,E41&"*")
 
Back
Top