Suppose a range of cells contains three numbers and two text values.Which function will you use to compute the total number of cells that contains the number values and ignores the text values?7
Answers
Answered by
10
Answer:
To count the cells with numeric data, we use the formula COUNT(B4:B16). The COUNT function is fully programmed. It counts the number of cells in a range that contain numbers and returns the result as shown above
Similar questions