+ Reply to Thread
Results 1 to 4 of 4

HOW DO I CREATE A TOOL FOR CONVERTING PERCENT INTO LETTER GRADES?

  1. #1
    fernman
    Guest

    HOW DO I CREATE A TOOL FOR CONVERTING PERCENT INTO LETTER GRADES?



  2. #2
    Valued Forum Contributor
    Join Date
    06-30-2005
    Location
    Verwood, Dorset, England
    MS-Off Ver
    Excel 2000
    Posts
    479
    Hi fernman

    Try creating a lookup table, or using the IF function

    If this does not answer your question, try giving some example data and you may get a better response
    Paul

  3. #3
    paul
    Guest

    Re: HOW DO I CREATE A TOOL FOR CONVERTING PERCENT INTO LETTER GRAD

    especially when some of us can see only this

    Subject: Re: HOW do i create a tol for convert.......

    --
    paul
    remove nospam for email addy!



    "Paul Sheppard" wrote:

    >
    > fernman Wrote:
    > >

    >
    > Hi fernman
    >
    > Try creating a lookup table, or using the IF function
    >
    > If this does not answer your question, try giving some example data and
    > you may get a better response
    >
    >
    > --
    > Paul Sheppard
    >
    >
    > ------------------------------------------------------------------------
    > Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
    > View this thread: http://www.excelforum.com/showthread...hreadid=401868
    >
    >


  4. #4
    NlCO
    Guest
    =IF(A1="","N/A",IF(A1<0.2,"E",IF(A1<0.4,"D",IF(A1<0.6,"C",IF(A1<0.8,"B",IF(A1<1,"A","ERROR"))))))

    You can change the percentages, the letters or nest up to 2 more IF formulas.

    Saludos

    NlCO

+ 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