Computer Science, asked by neetarachh123, 8 months ago

5 Which function is used to count the number of numeric values in a range
a. COUNT() b. SUM()
C. MAX()

Answers

Answered by himanshu197790
5

Answer:

(a) answer of this question

Answered by iamdeep7565
1

Answer:

COUNT(value1, value2….)

Where:

Value1 (required argument) – The first item or cell reference or range for which we wish to count numbers.

Value2… (optional argument) – We can add up to 255 additional items, cell references, or ranges within which we wish to count numbers.

Remember this function will count only numbers and ignore everything else.

Similar questions