+ Reply to Thread
Results 1 to 4 of 4

Score Analyser

  1. #1
    Forum Contributor
    Join Date
    04-22-2012
    Location
    Australia
    MS-Off Ver
    Excel 2016
    Posts
    329

    Score Analyser

    Good day all & Happy New Year!

    I have a worksheet that I use to put together building inspection reports, each issue I find I give a score or rating (1 to 5), if the issue is severe I score it a rating "1", if not too serious a rating "5" (see Sheet1). In most cases I will have more than one issue found in each building, sometimes as many as 20. Basically I need a formula to look through column "C" & pull out the individual building ID number & calculate how many rating 5's, 4's, 3's, 2's & 1's each building scored from column "G" (Sheet1) & populate this information into the chart on Sheet2. Also this will need to update each time I input a building ID that is unique & add a new line to the chart with the required calculations, hopefully that makes sense? Thank you for any assistance you can give & have a great day - Marco
    Attached Files Attached Files

  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,939

    Re: Score Analyser

    TRy this...
    A2=IFERROR(INDEX(Sheet1!$C$2:$C$110,MATCH(0,INDEX(COUNTIF($A$1:A1,Sheet1!$C$2:$C$110),),0)),"")
    copied down
    B2=IF($A2="","",COUNTIFS(Sheet1!$C:$C,Sheet2!$A2,Sheet1!$G:$G,COLUMN(A1)))
    copied down and across as needed
    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 Contributor
    Join Date
    04-22-2012
    Location
    Australia
    MS-Off Ver
    Excel 2016
    Posts
    329

    Re: Score Analyser

    Wow...I'm speechless, works perfectly, thank you once again FDibbins, you're a legend! - Marco

  4. #4
    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,939

    Re: Score Analyser

    Thanks for the kind words and feedback

+ 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: 1
    Last Post: 11-24-2013, 07:53 AM
  2. Help with creating a text analyser spreadsheet
    By islanddave in forum Excel General
    Replies: 3
    Last Post: 11-05-2013, 12:00 PM
  3. Moving a calclated score to a master score sheet and ranking the scores into placings
    By Jongleur69 in forum Excel Programming / VBA / Macros
    Replies: 30
    Last Post: 04-22-2013, 11:53 PM
  4. Replies: 2
    Last Post: 03-20-2012, 06:30 PM
  5. Pulling test score based on date, not highest score.
    By PowerSchoolDude in forum Excel General
    Replies: 2
    Last Post: 12-01-2009, 06:42 PM
  6. Converting a Number score to an equivalent Letter score
    By cgurr1 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-24-2008, 12:42 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