Computer Science, asked by mannusafri97, 3 months ago

information technology expert plz give ans......​

Attachments:

Answers

Answered by ankuranshuman803
0

Answer:

=AVERAGE(number1, [number2], …)

=MIN(number1, [number2], …)

=MAX(number1, [number2], …)

Explanation:

=AVERAGE(B2:B11) – Shows a simple average, also similar to (SUM(B2:B11)/10)

=MIN(B2:C11) – Finds the minimum number between column B from B2 and column C from C2 to row 11 in both columns B and C.

=MAX(B2:C11) – Similarly, it finds the maximum number between column B from B2 and column C from C2 to row 11 in both columns B and C.

Similar questions