+ Reply to Thread
Results 1 to 5 of 5

Formula or fuction to work out total number of males females that have a specific score.

  1. #1
    Registered User
    Join Date
    05-15-2015
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    9

    Formula or fuction to work out total number of males females that have a specific score.

    Hello,

    I'm nearly done with my spreadsheet, there is one formula I just cannot think of how to do. I have created a spreadsheet that works out the reading age and actual age of a child. I've then created a formula that works out the difference in age.

    I've then created a summary table that shows how many children fall between 2 parameters. E.g. How many scored over 2 years compared to their actual age, how many scored between 1 and 2 years+, age and 1 year+ etc.

    I've managed to wirte a formula that totals how many children have scored in these particular parameters (See L13 to U13).

    I now need a formula that will look at the data in (I11:I40) and count how many males and females have scored. E.g. M11 should have the value 1. N11 should have the value 7. N12 should have the value 6.

    Is this possible? I have created a male / female column in column A.

    Thank you for any help
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    03-17-2005
    Location
    Canterbury, Kent
    MS-Off Ver
    2003, 2010
    Posts
    285

    Re: Formula or fuction to work out total number of males females that have a specific scor

    You could try the countifs function

    In M11 and copy down
    =COUNTIFS($A$11:$A$40,K11,$I$11:$I$40,">1")

    In N11 and copy down
    =COUNTIFS($A$11:$A$40,K11,$I$11:$I$40,">0")

    Windy

  3. #3
    Registered User
    Join Date
    05-15-2015
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    9

    Re: Formula or fuction to work out total number of males females that have a specific scor

    Quote Originally Posted by windy58 View Post
    You could try the countifs function

    In M11 and copy down
    =COUNTIFS($A$11:$A$40,K11,$I$11:$I$40,">1")

    In N11 and copy down
    =COUNTIFS($A$11:$A$40,K11,$I$11:$I$40,">0")

    Windy
    Thank you very much Windy! I'm only starting to getting the possibilities of excel.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Formula or fuction to work out total number of males females that have a specific scor

    See the attached file
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Registered User
    Join Date
    05-15-2015
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    9

    Re: Formula or fuction to work out total number of males females that have a specific scor

    Thank you so much for your copy of the spreadsheet! You really saved me some time figuring it out slowly.

+ 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: 4
    Last Post: 12-05-2012, 11:42 PM
  2. Compute total score based on student number
    By sinth in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-28-2012, 02:55 AM
  3. formula to work out score based on score system
    By Nathaniel82 in forum Excel General
    Replies: 5
    Last Post: 08-10-2009, 11:25 AM
  4. [SOLVED] If formula with score total
    By kim in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-08-2006, 01:50 PM
  5. [SOLVED] Count number of instances in sheet e.g. how many males/females
    By MJ in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-26-2005, 05:06 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