TO COUNT & TOTAL IT

A

Ashwini

I need some help

suppose, if our argument meets, then how to add the argument.

Ex: In columns A1:A15, I need to count how many 5 are there, so I counted.
In the columns B1:B15, values are there, so now I need to sumup the 5's value.
 
S

Stefi

One way:
=SUMIF(A1:A15,5,B1:B15)
Another way is to sort by column A and create subtotals by column A.

Regards,
Stefi


„Ashwini†ezt írta:
 
Top