Computer Science, asked by hibawaseem244, 2 months ago

example of minimum in excel​

Answers

Answered by Snehu01
14

Answer:

Example 1: =MIN(A1:B5) — This Excel function determines the smallest value among the cell range of A1 to B5. Excel returns a value of 20 (cell A4).

Example 2: =MIN(B1:B5,100) — The arguments in this MIN function include a cell range and a number.

Similar questions