MODE function limitation?

pioniere

New Member
Joined
Feb 22, 2011
Messages
6
Hello, I have a spreadsheet with columns holding around 3,000 values each. I would like to use the MODE function to determine the most frequently occurring value in each column. My research has told me that Excel 2003 limits the number of values for MODE to 30. Is this correct in all uses of MODE, or only if I actually place 30 cell references in the formula (i.e., =MODE(A2, A3, A4, etc.)

If I use a mode formula like:
Code:
=MODE(A2..A2650)
will it return a valid (reliable) value?

If not, how can I work around this?

Thanks in advance for helping this newbie!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
So can someone say for sure that the 30 item limitation does not apply to MODE when used in this form:

=MODE(A2:A2456)

Thanks!
 
Upvote 0
Yes, that's right

MODE, like several other functions, e.g. SUM accepts up to 30 arguments. That's not the same as a limitation of 30 cells. A range, of any size, is a single argument, so with your example you are using only 1 of the 30 allowed. There's nothing to stop you using MODE like this with a mixture of ranges and actual values

=MODE(A1:A100,B1:B100,5,Z2:Z30,4)
 
Upvote 0
So can someone say for sure that the 30 item limitation does not apply to MODE when used in this form:

=MODE(A2:A2456)

Thanks!

That's just one argument ( a reference argument ). On versions prior 2007, you can have 30 of them... For exemple:

=MODE(A2:A256,B2:B10,D2:F2,10,20,10)
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,849
Members
452,948
Latest member
UsmanAli786

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