+ Reply to Thread
Results 1 to 3 of 3

Averaging letters

  1. #1
    Mathsteach
    Guest

    Averaging letters

    How do I use Excel to average students grades given in letters?

  2. #2
    Ron Coderre
    Guest

    RE: Averaging letters

    Here are some ARRAY FORMULA* ideas....

    *Note: For array formulas, hold down [Ctrl] and [Shift] when you press
    [Enter], instead of just pressing [Enter].

    For student grades (A,AB,B,....F) in B2:D2

    Example:
    B2: A
    C2: B
    D2: A

    E2:
    =INDEX({"A","AB","B","BC","C","CD","D","F"},ROUND(AVERAGE(LOOKUP(B2:D2&"",{"","A","AB","B","BC","C","CD","D","F"},{FALSE,1,2,3,4,5,6,7,8})),0))
    That formula returns: AB

    Or
    E2:
    =AVERAGE(LOOKUP(B2:D2&"",{"","A","AB","B","BC","C","CD","D","F"},{FALSE,1,2,3,4,5,6,7,8}))
    That formula returns 2.33

    Something you can work with?
    ***********
    Regards,
    Ron

    XL2002, WinXP


    "Mathsteach" wrote:

    > How do I use Excel to average students grades given in letters?


  3. #3
    Biff
    Guest

    Re: Averaging letters

    Just for the heck of it........

    Grades are: A, B, C, D, F

    Array entered: (doesn't account for empty cells or any other entries that
    are not letter grades)

    =CHAR(ROUND(AVERAGE(CODE(UPPER(A1:A5))),0)+(ROUND(AVERAGE(CODE(UPPER(A1:A5))),0)=69))

    Biff

    "Mathsteach" <[email protected]> wrote in message
    news:[email protected]...
    > How do I use Excel to average students grades given in letters?




+ 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