+ Reply to Thread
Results 1 to 11 of 11

Making school data easy to track

  1. #1
    Registered User
    Join Date
    11-28-2012
    Location
    United Kingdom
    MS-Off Ver
    Professional Plus 2016
    Posts
    29

    Making school data easy to track

    The Problem
    I need to make data in a school worth something. If anyone can help me set up something whereby every level in the school system is worth a specific value I would really appreciate the help.

    I need these values
    1c = 1
    1b = 2
    1a = 3
    2c = 4
    2b = 5
    2a = 6
    3c = 7
    etc. right up to 6a being worth 18

    I've attached a spreadsheet with some example data. Is is possible to do it by using hidden columns or set up a separate sheet which is able to affect the main sheet?

    Why?
    Essentially each half term in school children are given a level to denote how they are doing. I need to be able to see at a glance which children are making progress through the year, which ones are stagnant and which ones are falling behind.

    I would like to colour code eventually (using Conditional formatting) Aut 2 column to say is a child's Aut 2 level is > than their Aut 1 level the cell will turn green. If it's the same (=) then the cell will turn orange, if the level in Aut 2 is < than the level in Aut 1 then the cell will turn red.

    I'm confident of doing the colour coding - what I can not do is make excel realise that 1c is less than 1b and 1a, or 4c is less than 4b, 4a. Understandably excel sees 4c as higher than 4b and 4a because our alphabet goes a, b, c not c, b, a!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-11-2012
    Location
    Muscat, Oman
    MS-Off Ver
    Office 365
    Posts
    522

    Re: Making school data easy to track

    Hi, Looked at your worksheet but i am not too sure what do you want to do.
    Do you want to change the values in your table based on list given in row 12 onwards for example you have
    3c in cell B3 now do you want to change it to 7 or do you want a new table/column next to your values.
    Thanks/VKS

  3. #3
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Making school data easy to track

    Hi jjmmoo

    May be for example say A1 = 5d & B1 = 5a you could use something along these lines: =CODE(RIGHT(A1))<CODE(RIGHT(B1))

    You could take it further: =IF(CODE(RIGHT(A1))<CODE(RIGHT(B1)),"Fail","Pass")
    Could be a starting point!

    Kevin

    Edit: Forgot to upload file with conditional formatting!
    Attached Files Attached Files
    Last edited by Kevin UK; 12-15-2012 at 03:38 AM.

  4. #4
    Registered User
    Join Date
    11-28-2012
    Location
    United Kingdom
    MS-Off Ver
    Professional Plus 2016
    Posts
    29

    Re: Making school data easy to track

    Hi - I would like it if the level (e.g. 3c) still stays in the column. But somewhere excel secretly knows that 3c is worth 7.

    this way teachers are still looking at it and seeing the accurate level of the child. I can also though track their progress term by term with colour formatting. I was thinking of a solution (which I can't do because I don't know enough about Excel!) of having a hidden column next to the level and using the hidden columns to have my conditional formatting in (e.g. if C3>B3 C3 will go green).

  5. #5
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Making school data easy to track

    Hi jjmmoo

    Have a look at the attached.
    If you need to go the other way, if the grade is less just add another rule: =CODE(RIGHT(C3,1))>CODE(RIGHT(B3,1))
    Plus I have removed your table as they are not required.
    Attached Files Attached Files
    Last edited by Kevin UK; 12-15-2012 at 04:35 AM.

  6. #6
    Valued Forum Contributor
    Join Date
    11-15-2008
    Location
    ph
    MS-Off Ver
    2007/2010/2016
    Posts
    479

    Re: Making school data easy to track

    Hi-

    try;


    Regards,
    Event
    Attached Files Attached Files

  7. #7
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Making school data easy to track

    to get green value formula at conditional formating
    =MATCH($B3;$A$12:$A$29;0)<MATCH($C3;$A$12:$A$29;0)

    to get red
    =MATCH($B3;$A$12:$A$29;0)>MATCH($C3;$A$12:$A$29;0)

    see attachment

  8. #8
    Registered User
    Join Date
    11-28-2012
    Location
    United Kingdom
    MS-Off Ver
    Professional Plus 2016
    Posts
    29

    Re: Making school data easy to track

    This is PERFECT - thank you so much - is there anyway you can explain to me how it works so I can make amendments, or change colours etc.

    Explain the magic - please!

  9. #9
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Making school data easy to track

    Who are you referring to!

  10. #10
    Valued Forum Contributor
    Join Date
    11-15-2008
    Location
    ph
    MS-Off Ver
    2007/2010/2016
    Posts
    479

    Re: Making school data easy to track

    Hi -

    If you're pertaining to mine, click on C3 > Conditional Formatting > Manage Rules and you can see the formula there.

    Regards,
    Event

  11. #11
    Registered User
    Join Date
    11-28-2012
    Location
    United Kingdom
    MS-Off Ver
    Professional Plus 2016
    Posts
    29

    Re: Making school data easy to track

    Thank you very much

+ 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