![]() |
Count Text In Column
I just need a formula to count how many times "ZB" appears in column H.
I've tried =SUMPRODUCT(H1:H300="zb") =COUNT("zb", H2:H300) =COUNT(H2:H300, "zb") This does not seem like a terribly difficult formula, but everything returns 0. |
Count Text In Column
Try the following formula, substituting your range for the range A1:A16:
=COUNTIF(A1:A16,"=ZB") -- Kevin Backmann "Jeremy" wrote: I just need a formula to count how many times "ZB" appears in column H. I've tried =SUMPRODUCT(H1:H300="zb") =COUNT("zb", H2:H300) =COUNT(H2:H300, "zb") This does not seem like a terribly difficult formula, but everything returns 0. Thanks in advance. |
Count Text In Column
Try like this:
=COUNTIF(H2:H300,"zb") or =SUMPRODUCT(--(H2:H300="zb")) "Jeremy" wrote: I just need a formula to count how many times "ZB" appears in column H. I've tried =SUMPRODUCT(H1:H300="zb") =COUNT("zb", H2:H300) =COUNT(H2:H300, "zb") This does not seem like a terribly difficult formula, but everything returns 0. Thanks in advance. |
All times are GMT +1. The time now is 06:35 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com