Counts the number of cells that contain numbers in a range or list of arguments.
Эта функция в Google Таблицах работает так же, как в Excel — тот же синтаксис и аргументы.
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)Результат: 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.