+ Reply to Thread
Results 1 to 3 of 3

Greater than value than yes

  1. #1
    Registered User
    Join Date
    02-10-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    45

    Greater than value than yes

    Hi - I thought I wrote the formula right but its not working. I want "yes" to appear if a cell contains a value of 35 or more. I want the same cell to say "no" if it is less than 35. Here is what I have so far:

    =IF(AND($C3=">=35"),"YES","NO")

    Any value just says no. Please advise.
    Thanks.

  2. #2
    Valued Forum Contributor scottylad2's Avatar
    Join Date
    09-03-2010
    Location
    edinburgh
    MS-Off Ver
    Office 2007 Prof & Office 2010 Student Edition
    Posts
    629

    Re: Greater than value than yes

    =IF($C3>=35,"YES","NO")

    Try this
    Windows 7 using Office 2007 & 2010

    Remember your [ code ] [ /code ] tags, makes reading soooo much easier

  3. #3
    Registered User
    Join Date
    02-10-2011
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    45

    [SOLVED] Re: Greater than value than yes

    Great job. It's funny how a misplaced quotation mark and comma can really make Excel think you have no brain. Thanks.

+ 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