Computer Science, asked by maheshtiwari50759, 6 months ago

Explain the meaning of the following function :
(a) =Count ( B15:B35 )
(b) =MAX ( A4 : A14) ​

Answers

Answered by subhasinirath1
2
Here is your answer
(a) =Count ( B15:B35 )

COUNT function to get the number of entries in a number field that is in a range.

(b) =MAX ( A4 : A14)

MAX function will return the maximum/largest value in the selected range.
Answered by nirupaansh1985
1

Answer:

=COUNT (B15:B35) This function counts the numbers of cells in the range of cells from B15 to B35.

=MAX (A4:A14) This function finds the highest value among the cell references from A4 to A14.

Hope it helps you....

Similar questions