+ Reply to Thread
Results 1 to 3 of 3

multiple mode function

  1. #1
    Registered User
    Join Date
    07-28-2009
    Location
    SGD
    MS-Off Ver
    Excel 2007
    Posts
    8

    multiple mode function

    Hi all,

    Does EXCEL have the function for Multiple Mode?

    Ex.: 97, 98, 99, 99, 100, 100, 101, 102

    The mode is 99 and 100 but EXCEL only returns 99. Is there any way to display mutliple modes in EXCEL?

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,912

    Re: multiple mode function

    Use the following UDF.
    Please Login or Register  to view this content.
    You can use following step to add this function.
    1. Open up a new workbook.
    2. Get into VBA (Press Alt+F11)
    3. Insert a new module (Insert > Module)
    4. Copy and Paste the Excel user defined function examples -
    5. Get out of VBA (Press Alt+Q)

    Example usage: =moder(A1:A100)

    Hope this helps,
    WindKnife
    Last edited by windknife; 07-29-2009 at 12:08 AM.

  3. #3
    Registered User
    Join Date
    07-28-2009
    Location
    SGD
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: multiple mode function

    Hi Windknife,

    Thanks. This helps alot...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1