+ Reply to Thread
Results 1 to 7 of 7

Logical Function

  1. #1
    Registered User
    Join Date
    04-08-2009
    Location
    St. Petersburg, Fl
    MS-Off Ver
    Excel 2003
    Posts
    2

    Logical Function

    I am trying to create a logical test with three possible results:

    h2 <10.2 "needs improvement"
    (if false) h2=10.2 "meets standard"
    if false h2>10.2 "exceeds standard"

    Basically, I am referring to a cell to determine if it meets, exceeds or does not meed a specific standard. In this case 10.2

    I thought I knew excel, never learned custom functions... Any help???
    Last edited by L1r; 04-08-2009 at 04:58 PM. Reason: Solved

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474

    Re: Logical Function

    Try...

    =IF(H2<>"",IF(H2<10.2,"Needs Improvement",IF(H2=10.2,"Meets Standard","Exceeds Standard")),"")

  3. #3
    Registered User
    Join Date
    04-08-2009
    Location
    St. Petersburg, Fl
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Logical Function

    Thanls Domenic, you rock

  4. #4
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474

    Re: Logical Function

    You're very welcome!

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

    Re: Logical Function

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save
    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.

  6. #6
    Registered User
    Join Date
    10-08-2010
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Logical Function

    Great answer..But, I would like to modify second statement by using a range of data..

    if a2<=85 "run",
    if else 85<a2<95 "need improvement",
    if else a2=>95 "stop".

    Please help..Thanks..

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

    Re: Logical Function

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread.

+ 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