The count function returns the number of cells that have alp
The count function returns the number of cells that have alpha numeric content in s range of cells? true or false
The count function returns the number of cells that have alpha numeric content in s range of cells? true or false
Solution
False.
Usage of Count function is like, suppose you have a column A with the values entered from row 1 to 100.
To count the number of cells that contain numbers use count function as below:
= COUNT(A1:A100)
Arguement such as dates,text representation of numbers and numbers will be counted.
Since your requirement is to count alpha numeric content count function does not count that.
Hence answer is false.
