+ Reply to Thread
Results 1 to 2 of 2

IF or "OR" function

  1. #1
    Registered User
    Join Date
    03-30-2008
    Posts
    1

    IF or "OR" function

    I'm trying to calculate my GPA, I need a function to have this result: When sell A1=A+ then the result = 4, when sell A1=A then result = 3.7, when A1=A- then the result = 3.3, when A1=B+ result = 3.0, etc,

    Please help

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    The simplest way to do this is with a LOOKUP table. For example list each grade in C2:C10 and the corresponding score in D2:D10. Now use this formula

    =VLOOKUP(A1,C2:D10,2,0)

+ 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