Excel MIN Function (Example + Video)
किसी data set में से सबसे छोटी value को return करता है।
Syntax
Min (number1, [number2], …)
Number1, number2, … 1 to 255 तक Numeric Values (Arguments) में से सबसे छोटे number (minimum value) को देता है
Min(A1:A10)
Range A1 से A10 में से सबसे बड़े नंबर (minimum value) को देता है
Example :
|
|
A |
B |
|
1 |
Sales Managers |
Year 2024 |
|
2 |
Anil Sharm |
517.9 |
|
3 |
Dinesh Jain |
2471.31 |
|
4 |
Mohit Kumar |
854.08 |
|
5 |
Anita Sood |
810.58 |
|
6 |
Mihir Khan |
425.78 |
=min(B2
: B6) Result
: 425.78
