+ Reply to Thread
Results 1 to 2 of 2

IF functions:three grades

  1. #1
    tomo
    Guest

    IF functions:three grades


    i have another problem

    what is the formula if i have three grades and in A1.B1 & C1. i need a
    final grade answer in D1. I need a formula which could result in any of
    the answers below related to the recorded grade

    A B C D
    1 P M D = Distinction

    or
    A B C D
    1 P M X = Merit

    or
    A B C D
    1 P x x = Pass

    or
    A B C D
    1 x x x = Refer


    hope someone can help

    tomo


    --
    tomo

  2. #2
    Ron Coderre
    Guest

    re: IF functions:three grades

    Try something like this:
    D1: =CHOOSE(MAX(SEARCH(A1:C1,"XPMD")),"Refer","Pass","Merit","Distinction")

    Note: Commit that array formula by holding down the [Ctrl][Shift] keys and
    press [Enter].


    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "tomo" wrote:

    >
    > i have another problem
    >
    > what is the formula if i have three grades and in A1.B1 & C1. i need a
    > final grade answer in D1. I need a formula which could result in any of
    > the answers below related to the recorded grade
    >
    > A B C D
    > 1 P M D = Distinction
    >
    > or
    > A B C D
    > 1 P M X = Merit
    >
    > or
    > A B C D
    > 1 P x x = Pass
    >
    > or
    > A B C D
    > 1 x x x = Refer
    >
    >
    > hope someone can help
    >
    > tomo
    >
    >
    > --
    > tomo
    >


+ 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