0% found this document useful (0 votes)
5 views

Stat Formulas

Uploaded by

Kevin Ballar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Stat Formulas

Uploaded by

Kevin Ballar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Data Used in Formula

1 CA. Vivek Gupta


5 Mob: 986 703 6565
Email: [email protected]
7
Whatsapp Excel Query Solving Gro
#DIV/0! Telegram Excel Query Solvin
9 Youtube Channel - Exciting Excel

Formula Result Commentary


=MAX(A2:A4) Returns the maximum value from the list (A2:A4)
=MAX(A2:A5) MAX function ignores blanks (or text)
=MAX(A2:A7) If there is an error in the list, MAX returns an error
CA. Vivek Gupta
Mob: 986 703 6565
Email: [email protected]

Whatsapp Excel Query Solving Group


Telegram Excel Query Solving Group
Youtube Channel - Exciting Excel
Data Used in Formula
1
5
7

#DIV/0!
9

Formula Result Commentary


=MIN(A2:A4) Returns the minimum value from the list (A2:A4)
=MIN(A2:A5) MIN function ignores blanks (or text)
=MIN(A2:A7) If there is an error in the list, MIN returns an error
Data Used in Formula
1
5
7

#DIV/0!
9

Formula Result Commentary


Returns the second largest number from the list
=LARGE(A2:A4,2)
(A2:A4)
=LARGE(A2:A5,1) LARGE function ignores blanks (or text)

=LARGE(A2:A7,1) If there is an error in the list, LARGE returns an error


Data Used in Formula
1
5
7

#DIV/0!
9

Formula Result Commentary


Returns the second Smallest number from the list
=SMALL(A2:A4,2)
(A2:A4)
=SMALL(A2:A5,1) SMALL function ignores blanks (or text)

=SMALL(A2:A7,1) If there is an error in the list, SMALL returns an error


Data Used in Formula
1
3
3
6

Formula Result Commentary


Returns the rank of 1 from the list. Note that excel by
default takes descending order rank. Also note than
=RANK.EQ(A2,A2:A5)
since there is tie, both the 3's get second rank, and 1
gets 4th rank

You might also like