Find the smallest positive integer.
Answers
Answered by
0
1 is the smallest positive integer.
Answered by
21
Answer:
Find and select minimum value greater than zero with formula
Step-by-step explanation:
In Excel, use the array formula to find the smallest positive values. Select a blank cell and type this formula =MIN(IF(A1:E10>0,A1:E10)) into it, and type Shift + Ctrl + Enter keys to get the smallest positive value in the specified data range.
Similar questions