Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 8

Data Large Value Formula Remarks

12 64 LARGE(A2:A10,2) To Identify 2nd Largest number from the range


35 78 LARGE(A2:A10,1) To Identify 1st Largest number from the range
9 12 LARGE(A$2:A$10,8) To Identify 8th Largest number from the range
64
20
30
78
26
45
Data Smallest Value Formula Remarks
12 12 SMALL(A$2:A$10,2) To Identify 2nd Smallest number from the range
35 9 SMALL(A$2:A$10,1) To Identify 1st Smallest number from the range
9 64 SMALL(A$2:A$10,8) To Identify 8th Smallest number from the range
64
20
30
78
26
45
Data Large Value Formula
12 78 MAX($A$2:$A$10)
35
9
a
20
b
78
26
45
Remarks
To Identify Maximum number from the range, Ignore logical values and text.
Data Large Value Formula
12 12 MIN($A$2:$A$10)
35
d
64
a
30
c
26
45
Remarks
To Identify Minimum number from the range, It ignore logical values and text.
Data Large Value Formula
12 9 MINA(A2:A10)
35
9
64
20
30
78
26
45
Remarks
To Identify Maximum number from the range, It does not ignore logical values and text.

You might also like