Saved Bookmarks
| 1. |
To calculate the number of numeric entries in a range of cells, we use the_____function. |
|
Answer» ong>Answer: To calculate the number of numeric ENTRIES in a range of cells, we use the count function. Explanation: Use the COUNT function to get the number of entries in a number field that is in a range or ARRAY of NUMBERS. For example, you can enter the FOLLOWING formula to count the numbers in the range A1:A20: =COUNT(A1:A20). In this example, if five of the cells in the range contain numbers, the result is 5. |
|