This seems so basic but I can't figure it out for the life of me.
My inclination is to
- Have an array that is a subset of the original column but only shows the cells containing "string"
- Then, I would put that array in a count function that will spit out the length of the array. Voila.
Side note: the cells are a decent length so I'm not looking for an exact match of that string but for it to be contained somewhere therein.