Counts the number of cells that contain numbers in a range or list of arguments.
Bu işlev, Google E-Tablolar'da Excel'deki gibi çalışır — aynı söz dizimi ve bağımsız değişkenler.
COUNT(value1, [value2], …)The COUNT function is used to get the number of entries in a number field that are in a range or array of numbers. It ignores empty cells, logical values, text, or error values within the range.
=COUNT(A1:A5)Sonuç: 3
If A1:A5 contains {10, 'apple', 20, '', 30}, the function returns 3 because it counts only the numbers.
No, the COUNT function only counts cells that contain numbers.