+ Reply to Thread
Results 1 to 3 of 3

Calculate a score

  1. #1
    Registered User
    Join Date
    02-01-2013
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2010
    Posts
    32

    Calculate a score

    Hi,

    I have a checklist that will have about 100 stores listed. (The attached example only has two)
    Basically there are 5 things that will be physically checked in each store labeled S.1, S.2, etc. However not all stores are applicable for some of these checks. In my attached example S.3 has a NA in it for the first store as they don't require a mark for that.

    Now, what I want is a formula that will recognise what each stores score will be. The first store for example will have a score out of 4 and the second store will have a score out of 5. They will receive a mark of 1 for a pass and 0 for a fail.
    So is there a way to get excel to automatically put what the score will be out of? I have highlighted the cells in question yellow.

    Hope that makes sense...
    Attached Files Attached Files
    Last edited by lindafinlay; 05-15-2013 at 09:13 PM.

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Calculate a score

    try this in K4:
    =COUNT(D4:H4)

    this works too:
    =COUNTIF(D4:H4,"<>NA")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    02-01-2013
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2010
    Posts
    32

    Re: Calculate a score

    Brilliant! Thank you so much

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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