+ Reply to Thread
Results 1 to 3 of 3

Blank Cell - IF Statement

  1. #1
    Forum Contributor
    Join Date
    09-08-2016
    Location
    Canada
    MS-Off Ver
    MS365 Version 2401
    Posts
    127

    Blank Cell - IF Statement

    HI,

    I am writing an if statement to determine if a condition is met, however whenever the cell is blank, it gives me a YES as opposed to a NO.

    Here is the formula..

    IF(J7>$J$3,"YES","NO") where J7 is the blank cell and J3 is my condition (5%) in this case. The answer should be a NO in this case as there is no value in cell J7.

    Let me know if you need any more info and thanks for all the help.

    jeptik

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Blank Cell - IF Statement

    Maybe add one more condition. =IF(AND(J7>$J$3,J7<>""),"YES","NO")

  3. #3
    Forum Contributor
    Join Date
    09-08-2016
    Location
    Canada
    MS-Off Ver
    MS365 Version 2401
    Posts
    127

    Re: Blank Cell - IF Statement

    Thank you so much JieJenn. Worked like a charm.

    Regards.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] If cell a2 is blank if statement
    By travis.cook21 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-14-2016, 11:07 AM
  2. If statement on blank cell
    By ammartino44 in forum Excel General
    Replies: 3
    Last Post: 03-21-2015, 04:33 AM
  3. if(or statement to return blank cell
    By TomRet in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-16-2015, 02:23 AM
  4. IF Statement to leave cell blank if multiple cells are all blank
    By sweeteri in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-14-2014, 12:02 PM
  5. [SOLVED] If statement that copies text from a separate worksheet, or if blank, leaves cell blank.
    By barleycorn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-22-2012, 12:30 PM
  6. If statement to return nothing if cell is blank
    By amusn in forum Excel General
    Replies: 5
    Last Post: 10-19-2007, 02:25 PM
  7. [SOLVED] keep cell blank when false in IF statement
    By ruthslaughter in forum Excel General
    Replies: 2
    Last Post: 11-22-2005, 02:15 PM

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