=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