Google Spreadsheet Post #1165
Yogi Anand, D.Eng, P.E. ANAND Enterprises LLC -- Rochester Hills MI www.energyefficientbuild.com. May 01, 2013
user dlgarbett (http://productforums.google.com/forum/?zx=crpyw0e3sdva#!category-topic/docs/spreadsheets/GNxGPYa_6Vs)
countifs in google spreadsheets
I want to count the number of times a particular string appears in specific rows on my spreadsheets.
see sheet "totals" B119 my formula if it were in excel would be
=countifs(April!C18:G18,April! C37:G37,April!L18:P18,April! L37:P37,May!C18:G18,May!C37: G37,May!C56:G56,May!L18:P18, May!L37:P37,June!C18:G18,June! C37:G37,June!L18:P18,"*SD*")
I have used countif(range,"string")+ countif(range,"string")....... .........before for this and I can use it here as well, but I think there must be an easier way.
Please help!
Don
-----------------------------------------------------------------------------------------------------------------
As of now (May-01-2013) Google spreadsheet does not support the use of COUNTIFS functions ... however have a look at the following solution to the problem