[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]video not working[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]youtube video[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]hello [/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]yes[/TD]
[/TR]
</tbody>[/TABLE]
I have a table where col B is all text. How do i count the number of rows that contain the word "video"?
countif(B1:B4, "*video*") doesnt work.
Thanks,
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]video not working[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]youtube video[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]hello [/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]yes[/TD]
[/TR]
</tbody>[/TABLE]
I have a table where col B is all text. How do i count the number of rows that contain the word "video"?
countif(B1:B4, "*video*") doesnt work.
Thanks,