How to count the number of cells which contain specific text using Google sheet scripts?
Currently I\'am using the following script to count the number of cells which co
=COUNTIF(Sheet1!C1:C1000;"=NOT COMPLETE")