What is the difference between Max() and Large()???

LMF

Board Regular
Joined
Mar 16, 2002
Messages
73
What is the difference between Max() and Large()???

I know in Large u can do first largest, second largest and so on, but Max u can't..

is this the answer i am looking for???
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Basically, yeah, i guess.

MAX returns the 1st highest of a series, whereas with Large you can specify what position you want, for example of a set of 100 values you can select the 2nd, 3rd, 4th or even 56th highest value of the series, when ranked in order.
 
Upvote 0
On 2002-04-13 14:32, LMF wrote:
What is the difference between Max() and Large()???

I know in Large u can do first largest, second largest and so on, but Max u can't..

is this the answer i am looking for???

MAX(Range)==LARGE(Range,1)

where == means identical, so the answer is yes.
 
Upvote 0

Forum statistics

Threads
1,215,048
Messages
6,122,862
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top