+ Reply to Thread
Results 1 to 4 of 4

analysing frequency of entries (averages, sums etc.)

  1. #1
    Forum Contributor
    Join Date
    07-31-2008
    Location
    Berkshire, UK
    MS-Off Ver
    2003 & 2007
    Posts
    118

    analysing frequency of entries (averages, sums etc.)

    Hi all


    Having trouble with analysing this data. Can't determine which functions, if any, would identify the following examples for the attached sheet

    Find out the average number of mental health vulnerability per Entry number(1,1,0,1,0 so answer would be 0.6)
    Find out how many times a vulnerability appears. i.e. learning disability appears 4 times but there are 3 in total for each unique entry
    Find out of the mental health vulnerabilities, how many ended up with Brief intervention (answer 0.5)

    If you could ppoint me in the right direction, cheers
    Attached Files Attached Files

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: analysing frequency of entries (averages, sums etc.)

    Try

    =COUNTIF(C2:C16,"mental health")/SUMPRODUCT(--(A2:A16<>"")/COUNTIF(A2:A16,A2:A16&""))

    =SUM(--(FREQUENCY(IF(C2:C16="learning disability",MATCH(A2:A16,A2:A16,0)),ROW(INDIRECT("1:"&ROWS(A2:A16))))>0))

    =SUMPRODUCT(--(C2:C16="mental health"),--(D2:D16="Brief intervention"))/COUNTIF(C2:C16,"mental health")

    The second is an array formula.

  3. #3
    Forum Contributor
    Join Date
    07-31-2008
    Location
    Berkshire, UK
    MS-Off Ver
    2003 & 2007
    Posts
    118

    Re: analysing frequency of entries (averages, sums etc.)

    Oh thanks Bob.

    Does anyone know whether there is a better program, to perform these type of analysis?

  4. #4
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: analysing frequency of entries (averages, sums etc.)

    Better? Than Excel? Are you kidding?

+ 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