+ Reply to Thread
Results 1 to 10 of 10

Help needed with IF function

  1. #1
    Registered User
    Join Date
    02-19-2007
    Posts
    5

    Help needed with IF function

    I need some help with setting up multiple conditions with the IF function .


    eg- incentives for a company's salesmen depends on the number of sales per month .

    <10 - poor
    10-20 - good
    21-29 - excellent
    30 and above - outstanding

    The formula I am trying to use is

    =IF(no.<10,"poor",IF(21>no.>=10,"good",IF(30>no.>=21,"excellent",IF(no.>=30,"outstanding"))))

    where no. is the number of sales per month but the formula is not working .

    Please help

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =IF(no.<10,"poor",IF(no.<21,"good",IF(no.<30,"excellent","outstanding")))

    I assume you have a range named "no." somewhere
    not a professional, just trying to assist.....

  3. #3
    Registered User
    Join Date
    02-19-2007
    Posts
    5
    Thnx fr reply but still not working

  4. #4
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    well exactly what is not working?

  5. #5
    Registered User
    Join Date
    02-19-2007
    Posts
    5
    The formula is not giving the required answer when the value is changed

  6. #6
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    is the value in a cell with a named range of "no"? Or if not, how does the formaula "see" the cell where the value is entered?

  7. #7
    Registered User
    Join Date
    02-19-2007
    Posts
    5
    no. just refers to the cell where the number of sales per month are entered

  8. #8
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    what value when entered gives the wrong answer, and what answer does it give?

  9. #9
    Registered User
    Join Date
    02-19-2007
    Posts
    5
    please check it out .

  10. #10
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    well that is what you specified:

    <10 - poor
    10-20 - good
    21-29 - excellent
    30 and above - outstanding

+ 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