3

This seems so basic but I can't figure it out for the life of me.

My inclination is to

  1. Have an array that is a subset of the original column but only shows the cells containing "string"
  2. 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.

4

1 回答 1

3

我认为COUNTIF函数足以完成这项任务。

=COUNTIF(A:A;"*string*")
于 2012-09-27T22:03:11.350 回答