+ Reply to Thread
Results 1 to 3 of 3

Thread: 7 Nested IF Functions problem

  1. #1
    Registered User
    Join Date
    07-12-2011
    Location
    Bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    2

    7 Nested IF Functions problem

    I need to create a formula like the following-

    =IF(I6>=80,"A+", IF(I6>=75,"A", IF(I6>=70,"A-", IF(I6>=65,"B+", IF(I6>=60,"B", IF(I6>=55,"B-", IF(I6>=50,"C+", IF(I6>=45,"C", IF(I6>=40,"D","F")))))))))

    But Excel is not taking function more then 7. Now how can I make it possible?

    you can have the file on this link to download.

    ** I am using Microsoft Excel 2003

  2. #2
    Forum Guru Domski's Avatar
    Join Date
    12-14-2009
    MS-Off Ver
    What does it matter?
    Posts
    3,933

    Re: 7 Nested IF Functions problem

    Hi,

    Try: =LOOKUP(I6,{0,40,45,50,55,60,65,70,75,80},{"F","D","C","C+","B-","B","B+","A-","A","A+"})

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    07-12-2011
    Location
    Bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: 7 Nested IF Functions problem

    Quote Originally Posted by Domski View Post
    Hi,

    Try: =LOOKUP(I6,{0,40,45,50,55,60,65,70,75,80},{"F","D","C","C+","B-","B","B+","A-","A","A+"})

    Dom
    Thank You very much. Its really working
    Thanks again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0