+ Reply to Thread
Results 1 to 2 of 2

Need help on If usage

  1. #1
    Registered User
    Join Date
    05-06-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    1

    Smile Need help on If usage

    I need to enter a score (such as :0,1,2,3-10) on a cell in excel
    For that some scores have the same output answer (like Score '0-2' ,Poor, '3-5', can be better , '4-5', average)
    How can I get score output to be displayed and what is the formula for that.

    Kindly help with this.

    Thanks & Regards,
    Pradeep

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Need help on If usage

    Perhaps something like this....

    =Choose(A1+1,"Score '0-2' Poor", "'3-5' can be better" ," '4-5' average")

    where A1 contains the inputted score.. and depending on the number the sequential item from the list is displayed... you can have of to 30 items...

    or =Lookup(A1,{0,3,5},{"Score '0-2' Poor, "'3-5' can be better" ," '4-5' average"})

    adjust numbers in { } to suit.

    Edit: these too options overlap??? Should they???: "'3-5' can be better" ," '4-5' average"
    Last edited by NBVC; 05-06-2009 at 01:02 PM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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