+ Reply to Thread
Results 1 to 5 of 5

Median and mode

  1. #1
    Registered User
    Join Date
    06-17-2011
    Location
    Angeles City, Philippines
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    4

    Median and mode

    Are there other ways to make a code for median and mode aside from what is shown in this page. http://eqns2codes.blogspot.com

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Median and mode

    Well there are two standard functions =MEDIAN() and =MODE() which both take a range of values. Is that what you're meaning?
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    06-17-2011
    Location
    Angeles City, Philippines
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    4

    Re: Median and mode

    .well, what i mean is that i want to create a vba sub containing those functions.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Median and mode

    Then why not just use VBA to code it.

    i.e. Range("Mycell") =WorksheetFunction.Median("your_range")

  5. #5
    Registered User
    Join Date
    06-17-2011
    Location
    Angeles City, Philippines
    MS-Off Ver
    Excel 2003, Excel 2007
    Posts
    4

    Re: Median and mode

    okay thanks. anything else?

+ 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