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:
will it return a valid (reliable) value?
If not, how can I work around this?
Thanks in advance for helping this newbie!
If I use a mode formula like:
Code:
=MODE(A2..A2650)
If not, how can I work around this?
Thanks in advance for helping this newbie!