+ Reply to Thread
Results 1 to 16 of 16

Certificate help

  1. #1
    Registered User
    Join Date
    07-20-2015
    Location
    Coventry, england
    MS-Off Ver
    2010
    Posts
    7

    Certificate help

    Hi all.

    I'm new here so forgive my stupid questions.

    I have created an intelligent martial arts grading form. I can mark students on a created Microsoft Excel spread sheet on my laptop. The sheet will add up scores, and it will create a list with students scoring over 50% it will create a new page that will have their name and Pass or fail on it, as well as the grade they achieved. Students scoring over 70% it will come up "A Pass" I then mail merge this sheet through Word and it prints certificates with the correct information of for each student. So all I do is enter scores for each part, the program does the rest.

    However, I'd like to add one more function I am struggling with. I have a final sheet I call certificate sheet. It has all the names in order, the grades and the scores all linked from separate pages. It will, using an "IF" command put "A Pass" on certificates if scored over 70% however I'd like to also add "Best in Grading" to the highest score of the grading.

    Is there a formula, I can add to the score cells to decide the highest number and then add "Best of Grading" to a neighboring cell on the sheet. so it can be selected on word for mail merge.

    I hope that all makes sense.

    thank you

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,255

    Re: Certificate help

    Without a sample sheet it is difficult to offer a solution but perhaps the MAX function to get the highest score?

  3. #3
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Certificate help

    This might help if you insert this into a helper column.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    06-15-2015
    Location
    Lausanne, Switzerland
    MS-Off Ver
    2016
    Posts
    9

    Re: Certificate help

    i agree with JohnTopley
    something like
    If(a2=max(a3:g3),"best in grading","")

    without a sample workbook it is hard to do more

  5. #5
    Registered User
    Join Date
    07-20-2015
    Location
    Coventry, england
    MS-Off Ver
    2010
    Posts
    7

    Re: Certificate help

    Thanks all. Is there away I can upload my sheet here?

  6. #6
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Certificate help

    Click Reply go advanced then manage attachments, use the file manager to add your attachment.

  7. #7
    Registered User
    Join Date
    07-20-2015
    Location
    Coventry, england
    MS-Off Ver
    2010
    Posts
    7

    Re: Certificate help

    Hi I think It should be attached.
    Attached Files Attached Files

  8. #8
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Certificate help

    Quote Originally Posted by TKDjon View Post
    Hi I think It should be attached.
    It is attached.

    btw, I love the oxymoron. 'Intelegent' sheet as opposed too "Intelligent"

  9. #9
    Registered User
    Join Date
    07-20-2015
    Location
    Coventry, england
    MS-Off Ver
    2010
    Posts
    7

    Re: Certificate help

    Haha yes well spotted.

  10. #10
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Certificate help

    In G2 copied down

    =IF(MAX(INDEX(E:E, MATCH(D2,D:D,0)):INDEX(E:E, MATCH(D2,D:D,0)+COUNTIF(D:D,D2)-1))=E2, "Best in Grade","")
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  11. #11
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Certificate help

    Quote Originally Posted by TKDjon View Post
    Haha yes well spotted.
    Here you go.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    07-20-2015
    Location
    Coventry, england
    MS-Off Ver
    2010
    Posts
    7

    Re: Certificate help

    thank you. I think I know those students you put in...... thanks again

  13. #13
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Certificate help

    Quote Originally Posted by TKDjon View Post
    thank you. I think I know those students you put in...... thanks again
    You should see the names I took out

    Your welcome btw.

  14. #14
    Registered User
    Join Date
    07-20-2015
    Location
    Coventry, england
    MS-Off Ver
    2010
    Posts
    7

    Re: Certificate help

    Hi BlindAlley its me again Just trying out the formula, which is great by the way. Only trouble I'm having now is for my mail merge certificate printing the "Best in Grading" needs to be on the same line as the persons name. for example if the students in cell B22 is the highest score for the entire grading, the "Best in Grading" needs to appear in cell G22 so on Word it prints line by line. reading data from each line and adding it to the correct certificate. I hope that makes sense. As Asswipe defiantly wasn't the best lol

  15. #15
    Registered User
    Join Date
    07-20-2015
    Location
    Coventry, england
    MS-Off Ver
    2010
    Posts
    7

    Re: Certificate help

    I managed to do it. I used your MAX formula to find the highest score, then I had a column with =IF(E2=$H$2,"Best In Grading","") in it. where cell H2 contained the highest score.

  16. #16
    Valued Forum Contributor
    Join Date
    04-26-2015
    Location
    Toronto, Canada
    MS-Off Ver
    2010
    Posts
    502

    Re: Certificate help

    Quote Originally Posted by TKDjon View Post
    I managed to do it. I used your MAX formula to find the highest score, then I had a column with =IF(E2=$H$2,"Best In Grading","") in it. where cell H2 contained the highest score.
    That's the thing with Excel, there's always a way, perseverance is the key

+ 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. Certificate
    By Evolta in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2015, 07:52 AM
  2. from spreadsheet to certificate ?
    By Sable28 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-19-2015, 04:58 PM
  3. Replies: 0
    Last Post: 07-11-2012, 12:30 PM
  4. Print certificate
    By submikel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-06-2011, 10:50 AM
  5. How do I go about getting a certificate signed?
    By Dave Marden in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-26-2006, 05:10 PM
  6. digital certificate
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-17-2005, 03:05 PM
  7. [SOLVED] Certificate Discarded.
    By ben in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-19-2005, 12:05 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