I have a chart with several columns and about 2000 rows.

I would like to count the number of times the word "walkoff" is shown in a certain column.

"walkoff" is not the only text on each row.

Is this possible?

I'm thinking it's something like
=countif(g1:g2000,"*walkoff")