Results 1 to 7 of 7

Help with a (simple?) formula for a marking system?

Threaded View

  1. #1
    Registered User
    Join Date
    03-28-2014
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Help with a (simple?) formula for a marking system?

    Hiya

    I'm not great with excel, but I thought this would be pretty simple (apparently not for me). I have a marking system whereby column A is the question number, B, C and D are criteria, and E is a final score. Essentially, each question can have a certain number of issues wrong in each criteria (maximum of 3 per criteria), and dependant on how many is wrong it will add a score to D. I'm writing my formula so that if I put a '1', '2' or '3' in the criteria columns, it will allocate a certain point (ie. 2 things wrong will get a higher point). Its possible to have numbers in just one or all three criteria columns.

    The most simplest of questions can only get a maximum of 1 thing wrong per criteria, and so my formula looks like this:

    =IF(B12=1,2)+(IF(C12=1,1)+(IF(D12=1,1)))

    This formula works fine, and allocates the points into E depending on what I type in, so a maximum of 4 points can be reached. As an example question, this would be 'What is your name?'. You can only get your name wrong once, but in three different ways (forgetting to write it completely, writing down someone elses name, or spelling your name wrong).

    However, some of the questions are more complex and have multiple answers, and so I'm trying to put in that, if for example, one criteria has 2 things wrong on it it will get more points than if it only has 1. I've typed my formula like this:

    =IF(B11=1,10,IF(B11=2,11,IF(B11=3,12)+(IF(C11=1,10,IF(C11=2,11,IF(C11=3,12)+(IF(D11=1,3)))))))

    This would be for a question like 'How many address have you lived at?'. If you've lived at 3 addresses, you can get this question wrong 3 times and in 3 different ways. So for example, if you forget to write down one address you lose 10 points, 2 addresses you lose 11 and so on. If you write down three addresses but none of them are your own, you lose 12 points - and if you spell any of them wrong you'll get 3 points on top of that.

    If I type in a single criteria column it works fine, but if I type in more than one it won't add up the totals and it appears that column B seems to override anything else (so if I put a 2 in C, the score will be 11, but if I then also add a 1 to B, it will change the score to 10 instead of making it 21).

    I don't know if any of this makes sense, I'm awful at explaining myself.. but what have I done wrong?

    EDIT TO INCLUDE THIS:
    Same question at another forum:
    http://www.mrexcel.com/forum/excel-q...ng-system.html
    Last edited by Ron Coderre; 03-28-2014 at 09:36 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Simple Invoice System wanted
    By gwmbox in forum Excel General
    Replies: 9
    Last Post: 06-03-2013, 02:17 AM
  2. Simple Excel System for saving and editing data.
    By jamesjessie117 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-09-2012, 05:08 AM
  3. marking formula
    By Tom Wells in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-15-2012, 02:08 PM
  4. marking up prices formula
    By playyas4u in forum Excel General
    Replies: 3
    Last Post: 02-13-2008, 04:57 AM
  5. how to build simple inventory system
    By sureshbabussb in forum Excel General
    Replies: 0
    Last Post: 12-06-2005, 02:35 AM

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