+ Reply to Thread
Results 1 to 8 of 8

IF formula

Hybrid View

  1. #1
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    IF formula

    Hello,
    How do I write a formula that will yield the following results? Thanks in advance!

    Test 1 29% = Yes
    Test 2 51% = No

    If 50 % or below = Yes
    If over 50 % = No
    Last edited by Tashia; 03-17-2009 at 10:05 AM.

  2. #2
    Registered User
    Join Date
    02-09-2009
    Location
    Nashville, TN
    MS-Off Ver
    Excel 2007
    Posts
    47

    Re: IF formula

    Could probably use a little more information, I'm not sure exactly what you are trying to do.

    =IF(Cell <= 50, "Yes", 
    No")
    Replacing "Cell" with whichever cell has the value you want Excel to look at.


    Does this work for you?
    Last edited by jvegastn; 03-16-2009 at 03:37 PM. Reason: Fix't

  3. #3
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    Re: IF formula

    Sorry, the formula is not working.

  4. #4
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: IF formula

    look at the example.
    modytrane
    Attached Files Attached Files

  5. #5
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: IF formula

    Hi Tashia,

    You need to tell us what cell the test result is in.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  6. #6
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    Re: IF formula

    Hi,
    I've attached a sample and copied the formulas as suggested. I'm not sure what I am doing wrong.

    Thanks for the help!
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    02-09-2009
    Location
    Nashville, TN
    MS-Off Ver
    Excel 2007
    Posts
    47

    Re: IF formula

    =IF(G18 <= 50%,"No","Yes")
    In this case use your % sign.

  8. #8
    Registered User
    Join Date
    06-20-2008
    Posts
    52

    Re: IF formula

    Perfect! Thanks for your help.

+ 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