Google Spreadsheet, Count IF contains a string

后端 未结 6 910
情话喂你
情话喂你 2020-12-10 00:35

I have a column like this:

What devices will you be using?

iPad
Kindle & iPad
No Tablet
iPad
iPad & Windows

How do I coun

6条回答
  •  一生所求
    2020-12-10 01:10

    It will likely have been solved by now, but I ran accross this and figured to give my input

    =COUNTIF(a2:a51;"*iPad*")
    

    The important thing is that separating parameters in google docs is using a ; and not a ,

提交回复
热议问题