+ Reply to Thread
Results 1 to 11 of 11

Which formula should be used to find multiple correlations in dataset?

  1. #1
    Registered User
    Join Date
    02-02-2016
    Location
    Sarasota, Florida
    MS-Off Ver
    2007
    Posts
    11

    Which formula should be used to find multiple correlations in dataset?

    Here are the correlations I need to find in a dataset:

    There are 10 power stations in different areas around the city. A city administrator wants to see if there is a correlation between power station location, and the number of days it takes a problem with the power station to be solved.

    There are 3 columns:

    Station Location
    Date problem is identified
    Date problem is solved

    -There are about 500 entries

    Which concept/forumla should be used to find potential correlations? Thank you.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Which formula should be used to find multiple correlations in dataset?

    This sounds like a homework assignment?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Which formula should be used to find multiple correlations in dataset?

    I would add a column =Date solved - Date identified

    and then I would use a pivot table, with station location as the row and new column as data. Set to data to look at Average, or even Min or Max to get some ideas.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    02-02-2016
    Location
    Sarasota, Florida
    MS-Off Ver
    2007
    Posts
    11

    Re: Which formula should be used to find multiple correlations in dataset?

    Thanks Chemist.

    Just to confirm, with the new column, is that just the title of the column or am I entering a formula and dragging down to apply to all?

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Which formula should be used to find multiple correlations in dataset?

    That would be a formula to drag down, assuming there are dates in B and C
    =C2-B2 and format the cells to "General"

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Which formula should be used to find multiple correlations in dataset?

    So...IS this a homework assignment??

  7. #7
    Registered User
    Join Date
    02-02-2016
    Location
    Sarasota, Florida
    MS-Off Ver
    2007
    Posts
    11

    Re: Which formula should be used to find multiple correlations in dataset?

    FDibbins, no it's not. Just looking for some additional skills. Thanks for your concern.

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Which formula should be used to find multiple correlations in dataset?

    Thanks for the feedback

  9. #9
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Which formula should be used to find multiple correlations in dataset?

    The concepts associated with a question like this would, first, be statistical in nature -- not necessarily related to spreadsheets or Excel. If you are uncertain of the statistical concepts needed for understanding and programming a solution to a problem like this, I would suggest you first start with a statistics text or tutorial.

    Some possible refernces:
    http://www.real-statistics.com/correlation/
    https://en.wikipedia.org/wiki/Correl...and_dependence
    http://sphweb.bumc.bu.edu/otlt/MPH-M...variable5.html
    or put "introduction to correlation statistics" or similar into your favorite internet search engine.

    Once you understand the statistical concepts involved, you can begin to program those formulas into Excel. You will probably want to review the built in statistical functions: https://support.office.com/en-us/art...__toc309306716 to see if your desired test statistic is pre-programmed into Excel.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  10. #10
    Registered User
    Join Date
    02-02-2016
    Location
    Sarasota, Florida
    MS-Off Ver
    2007
    Posts
    11

    Re: Which formula should be used to find multiple correlations in dataset?

    Thanks MrShorty, yes, those are definitely good resources. For the purposes of this discussion I think the pivot table is the best option.

  11. #11
    Registered User
    Join Date
    02-02-2016
    Location
    Sarasota, Florida
    MS-Off Ver
    2007
    Posts
    11

    Re: Which formula should be used to find multiple correlations in dataset?

    Thanks all! There were definitely some huge discrepancies. Here's the distribution for number of days each power station problem took to fix based on community location:

    #1 126.9
    #2 113.9
    #3 84.3
    #4 117.8
    #5 67.6
    #6 50.4
    #7 82.0
    #8 138.0
    #9 84.1
    #10 76.9
    #11 179.3
    #12 64.5

+ 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. Replies: 3
    Last Post: 01-23-2014, 10:13 AM
  2. [SOLVED] Vertical chart dataset needs to be converted into pivotable dataset
    By aspak84 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 09-17-2013, 06:06 PM
  3. multiple correlations - help!
    By cxr in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 10-22-2012, 06:39 PM
  4. Replies: 0
    Last Post: 03-06-2012, 01:39 PM
  5. Copying a dataset multiple times - and selecting titles for this dataset
    By alocke in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-07-2012, 10:15 PM
  6. graphing daily dataset with weekly dataset
    By [email protected] in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 03-27-2009, 09:39 AM
  7. Multiple Correlations and Multicollinearity
    By montreal1775 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-08-2006, 04:40 PM
  8. [SOLVED] Converting A Quarterly Dataset to Weekly Dataset
    By Dan Thompson in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-25-2005, 05:30 PM

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