+ Reply to Thread
Results 1 to 8 of 8

Multiple Science GCSE grades

  1. #1
    Registered User
    Join Date
    03-26-2018
    Location
    Calagary
    MS-Off Ver
    365
    Posts
    27

    Multiple Science GCSE grades

    Hi
    I am trying to solve a problem involving pupil data across multiple subjects - please see attached sample. Have tried to do it myself but keep getting the wrong outcome. Any help would be greatly appreciated - this is what I am trying to achieve:

    - if there is a grade in BL (Science SA GCSE) then the corresponding points score (IS) will go into GZ (highest science score). Also, if there is a grade in BL then the corresponding points score from BM (Science BTEC - column IV) goes into GW (lowest science score)
    - if there is a grade in BE (Science GCSE) then the corresponding points value goes into both GZ (highest) and GW (lowest)
    - if there is no grade in either BL (Science SA GCSE) or BE (Science GCSE), then the corresponding points score from BI will go into GZ (highest) and the corresponding points score from BM (Science BTEC) goes into GW (lowest Science score)

    I have figured it out for literacy and numeracy (GX/GY) but cannot work it out for Science

    Thank you for any help
    Much appreciated
    Jon
    Attached Files Attached Files
    Last edited by jh9940; 09-28-2020 at 02:16 AM.

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,109

    Re: IF function

    Hi,
    Your grades are numbers or letters?

    GW and GZ already have formulas in them, do you want to override it?

  3. #3
    Registered User
    Join Date
    03-26-2018
    Location
    Calagary
    MS-Off Ver
    365
    Posts
    27

    Re: IF function

    Thank you very much for your reply.

    There are grades in BL, BE and BM (U, G, F, E, D, C, B, A and A*). These get converted into point scores in columns e.g. column IS, IV. These point scores go into GW and GZ based on the rules above (if possible )

    The formulas in GW and GZ can be overridden

    Huge thanks

  4. #4
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,109

    Re: IF function

    Quote Originally Posted by jh9940 View Post
    Hi
    - if there is a grade in BL (Science SA GCSE) then the corresponding points score (IS) will go into GZ (highest science score). Also, if there is a grade in BL then the corresponding points score from BM (Science BTEC - column IV) goes into GW (lowest science score)
    I have to say your file if a little cumbersome. I see that column IS is related to BH, and not to BL.....
    But let's say that IS is translating BI, then in GZ17 and down you can use this :

    =IF(NOT(ISBLANK(BI17)),IS17,"")

    In GW17 (assuming IV is a translation of BL:
    =IF(NOT(ISBLANK(BL17)),IV17,"")
    Last edited by Limor_OP; 09-18-2020 at 05:03 AM.

  5. #5
    Registered User
    Join Date
    03-26-2018
    Location
    Calagary
    MS-Off Ver
    365
    Posts
    27

    Re: IF function

    Hi
    Thank you. I have tried that but when I put a grade in for BL it returns nothing in the highest column (as the rules above)

  6. #6
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,109

    Re: IF function

    As I said - IV is translating BM in your file, and not like you wrote in your post.

    In the bottom line you need to plant the cell number and its translation in the blow formula:
    =IF(NOT(ISBLANK(Cell with a grade)),translation of that cell,"")

  7. #7
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,109

    Re: IF function

    Here is an example in the file:
    GW19:
    =IF(NOT(ISBLANK(BM19)),IV19,"")
    Attached Files Attached Files

  8. #8
    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,955

    Re: IF function

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about. Tell us what you are trying to do, not how you think it should be done.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    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

+ 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. Right function, Left function, Mid function to extract values in column A
    By bjnockle in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 06-14-2020, 03:14 PM
  2. COUNTUNIQUE Function in Google Sheets; Excel lacks a direct counterpart to this function?
    By PivotTablePSHomage in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2018, 05:27 AM
  3. Replies: 3
    Last Post: 08-14-2017, 06:26 AM
  4. Replies: 2
    Last Post: 04-23-2017, 12:04 AM
  5. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  6. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  7. Replies: 1
    Last Post: 03-21-2012, 11:22 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