+ Reply to Thread
Results 1 to 3 of 3

If range meets criteria then display text in another cell

  1. #1
    Registered User
    Join Date
    12-31-2012
    Location
    Ocean City, New Jersey
    MS-Off Ver
    Excel 2011 Mac
    Posts
    6

    If range meets criteria then display text in another cell

    Hi All

    I am very new to the forum but looking to learn how to take advantage of some of the power of excel. I am getting ready to start my annual reviews. A sheet that would allow me to show the ratings would be very helpful. There is a measurement range that I want to translate the rating in another column.

    I am not sure if/then or conditional formatting or a combination can do what I want.

    This is what I want to do, however, I am not sure how to write it.

    =IF(A2=<95%, B2, "1- Unsatisfactory Results")
    =IF(A2=between 95% and 99.99%, B2, "2 - Met Most Results")
    =IF(A2=between 100% and 104.99%, B2, "3 - Successful Results")
    =IF(A2=between 105% and 109.99%, B2, "4 - Superior Results")
    =IF(A2=greater than or equal to 110%, B2, "5 - Exceptional Results")

    Any help would be greatly appreciated.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: If range meets criteria then display text in another cell

    Hello & Welcome to the Forum,

    Create a lookup table and then in B2 =LOOKUP(A1,$E$1:$F$5)

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    12-31-2012
    Location
    Ocean City, New Jersey
    MS-Off Ver
    Excel 2011 Mac
    Posts
    6

    Re: If range meets criteria then display text in another cell

    Jeff, thank you for your time and help. Worked brilliantly.

+ 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