+ Reply to Thread
Results 1 to 9 of 9

complicated if

  1. #1
    Registered User
    Join Date
    02-25-2014
    Location
    Đakovo, Croatia
    MS-Off Ver
    Excel 2013
    Posts
    8

    complicated if

    Hi guys, i have a problem and i need your help. I must create a formula that tells which grade(5,4,3,2,1) a student got for certain amount of points. Example: one student got 9 points out of 12 and formula must tell that he got 4. There are several values i that table, i only may use "if", and when that little black square is pulled down all values have to be right. Any help, please? thanks!

  2. #2
    Registered User
    Join Date
    12-20-2013
    Location
    Malta
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: complicated if

    If you indicate the rules in calculating the grades, you will surely receive help.

  3. #3
    Registered User
    Join Date
    02-25-2014
    Location
    Đakovo, Croatia
    MS-Off Ver
    Excel 2013
    Posts
    8

    Re: complicated if

    0-4 points 1
    5,6 2
    7,8 3
    9,10 4
    11,12 is 5.
    can you just type a formula. i tried everything but i always get 1. appreciate your help

  4. #4
    Registered User
    Join Date
    02-25-2014
    Location
    Đakovo, Croatia
    MS-Off Ver
    Excel 2013
    Posts
    8

    Re: complicated if

    oh, base value, or whatever it's called is 9

  5. #5
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: complicated if

    Hi,

    =IF(A1<5,1,(EVEN(A1)-2)/2)

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  6. #6
    Registered User
    Join Date
    02-25-2014
    Location
    Đakovo, Croatia
    MS-Off Ver
    Excel 2013
    Posts
    8

    Re: complicated if

    the only point is that we haven't learned "even" so
    there might be problem with my teacher. He sad
    that there must be ifs inside ifs. It's only function i may use. so if you can show me that kind of formula if not problem.

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: complicated if

    Here is with IFs

    =IF(A1<=4,1,IF(A1<=6,2,IF(A1<=8,3,IF(A1<=10,4,IF(A1<=12,5,"")))))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  8. #8
    Registered User
    Join Date
    02-25-2014
    Location
    Đakovo, Croatia
    MS-Off Ver
    Excel 2013
    Posts
    8

    Re: complicated if

    With both formulas i get 1. Maybe i didn't explained well, so here is my file, and formula must be "universal", if my teacher pulls that little black square down, all rows must be correct. I know i'm boring but you are my only hope...

  9. #9
    Registered User
    Join Date
    02-25-2014
    Location
    Đakovo, Croatia
    MS-Off Ver
    Excel 2013
    Posts
    8

    Re: complicated if

    pardon me. Formula is correct, i inputted it wrong. Thank you guys for your help, helped me alot!
    Last edited by cotix; 02-26-2014 at 05:59 AM.

+ 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. [SOLVED] Complicated Look UP
    By Excel Dumbo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-11-2013, 08:46 PM
  2. Need help w/ complicated fx
    By rgood in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-23-2008, 02:43 AM
  3. Something perhaps a little complicated
    By brodiemac in forum Excel General
    Replies: 1
    Last Post: 06-13-2006, 10:15 AM
  4. It's getting a bit complicated
    By Ctech in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-04-2005, 05:24 PM
  5. VBA complicated If
    By magoobee in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-27-2005, 07:31 PM

Tags for this Thread

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