The MODE function, one of Excel's statistical functions, tells you the most frequently occurring value in a list of numbers.
The syntax for the MODE function is:
= MODE ( number1, number2, ... number255 )
Note:Up to 255 numbers can be entered into the function.
Example Using Excel's MODE Function:
Note: For help with this example, see the image to the right.
- Enter the following data into cells D1 to D6: 98,135,147,135,98,135.
- Click on cell E1 - the location where the results will be displayed.
- Click on the Formulas tab.
- Choose More Functions > Statistical from the ribbon
to open the function drop down list.
- Click on MODE in the list to bring up
the function's dialog box.
- Drag select cells D1 to D6 in the spreadsheet to enter the range into the dialog box.
- Click OK.
- The answer 135 should appear in cell E1 since this number appears the most (three times) in the list of data.
- The complete function = MODE (D1 : D6) appears in the formula bar above the worksheet when you click on cell E1.
Related Articles


