+ Reply to Thread
Results 1 to 2 of 2

Analyzing multiple data sets

  1. #1
    Registered User
    Join Date
    10-04-2016
    Location
    michigan
    MS-Off Ver
    365 ProPlus
    Posts
    1

    Analyzing multiple data sets

    I have 54 columns of data and I need to find the mean, median, mode, and stndev for each. Is there a way to find a different statistic for the same data easily.

    EX
    Mode of
    A2-A28
    B2-B28
    C2-C28
    D2-D28

    after i analyze this data is there a way to then find the median of these different sets of data.
    Last edited by charliec02; 10-04-2016 at 11:24 AM.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,391

    Re: Analyzing multiple data sets

    You can calculate the arithmetic mean from the AVERAGE() function, the median from the MEDIAN() function, the mode from one of the MODE() functions and the standard deviation from the STDEV() function (help files for all functions: https://support.office.com/en-us/art...rs=en-US&ad=US )

    If you use relative references, you can copy a function and it will refer to data relative to its position (see here for an introduction to using formulas and functions in a spreadsheet: https://support.office.com/en-us/art...es_in_formulas ). For example, you could enter =AVERAGE(A2:A28) in A30 and it will calculate the average/mean of the data in column A. If you copy/fill this formula across, the relative references will follow the copy, so that B30 becomes =AVERAGE(B2:B28) and so on across. You can do the same for the other functions as well.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Analyzing data from multiple workbooks with multiple worksheets
    By charbaugh in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-26-2013, 02:34 PM
  2. Analyzing data across multiple sheets with inconsistent data
    By tvwright in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-01-2013, 05:31 PM
  3. Compiling/Analyzing Data from Multiple Spreadsheets within 1 workbook
    By katiebludworth in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-04-2013, 03:10 PM
  4. To convert data in multiple sets of columns to multiple rows
    By Dhanya_nair in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-13-2012, 02:49 PM
  5. Line Graph: multiple lines from multiple data sets?
    By Guerodemonio in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-28-2011, 06:15 AM
  6. Multiple charts over multiple sets of data over multiple worksheets.
    By matrocka in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-12-2007, 10:01 AM
  7. Multiple Data Sets
    By corona91719 in forum Excel General
    Replies: 1
    Last Post: 03-16-2006, 11:40 AM

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