+ Reply to Thread
Results 1 to 4 of 4

If Statement, ignore blanks

  1. #1
    Registered User
    Join Date
    10-12-2014
    Location
    USA
    MS-Off Ver
    MAC
    Posts
    7

    If Statement, ignore blanks

    I have a if statment that is working:

    =IF('Tab2'!G12<>"Fully Meets Expectation","DOES NOT MEET","DOES MEET")

    however I need this formula to only be applied to cells with data within the cell or ignore blank cells. Someone please help.

    Thanks

  2. #2
    Registered User
    Join Date
    10-12-2014
    Location
    USA
    MS-Off Ver
    MAC
    Posts
    7

    Re: If Statement, ignore blanks

    how do I update my formula to ignore blanks or apply to cells with text?

  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: If Statement, ignore blanks

    Hi,


    a possible formula could be:


    =IF(AND('Tab2'!G12<>"",'Tab2'!G12<>"Fully Meets Expectation"),"DOES NOT MEET","DOES MEET")

    Hope it's a little help
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  4. #4
    Registered User
    Join Date
    10-12-2014
    Location
    USA
    MS-Off Ver
    MAC
    Posts
    7

    Re: If Statement, ignore blanks [SOLVED]

    IT WORKED!!! Thank you.




    Quote Originally Posted by shanikakbrown View Post
    I have a if statment that is working:

    =IF('Tab2'!G12<>"Fully Meets Expectation","DOES NOT MEET","DOES MEET")

    however I need this formula to only be applied to cells with data within the cell or ignore blank cells. Someone please help.

    Thanks
    Quote Originally Posted by canapone View Post
    Hi,


    a possible formula could be:


    =IF(AND('Tab2'!G12<>"",'Tab2'!G12<>"Fully Meets Expectation"),"DOES NOT MEET","DOES MEET")

    Hope it's a little help

+ 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] Sumproduct to ignore blanks
    By Dgp2012 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-16-2020, 02:07 PM
  2. [SOLVED] Modifying =IF statement to ignore blanks
    By mrjinx007 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-31-2013, 10:05 AM
  3. [SOLVED] MIN/MAX IF To Ignore Blanks
    By splendidus in forum Excel General
    Replies: 2
    Last Post: 07-04-2012, 04:00 PM
  4. [SOLVED] USING IGNORE BLANKS IN FORMULA
    By Roger H. in forum Excel General
    Replies: 5
    Last Post: 04-06-2005, 12:06 PM
  5. Ignore blanks or zeros
    By gil0730 in forum Excel General
    Replies: 1
    Last Post: 02-03-2005, 12:12 AM

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