+ Reply to Thread
Results 1 to 4 of 4

How to Leave Truly Empty Cell if Criteria for IF statement is FALSE

  1. #1
    Registered User
    Join Date
    09-01-2010
    Location
    Bay Area, CA
    MS-Off Ver
    Excel 2007
    Posts
    14

    Question How to Leave Truly Empty Cell if Criteria for IF statement is FALSE

    I need to know how to leave a cell truly empty if the criteria of my IF statements is untrue. Currently, I'll write something like:

    Please Login or Register  to view this content.
    But for some reason, when I copy and paste the resulting range of values elsewhere (to rid myself of the formula that determined them), the cells that did not return a value (where the statement is FALSE), are not recognized by a "Go To Special > Blanks" request, until I select all of the "empty cells" and clear them manually. Yet when I try to do a search on the same range for an empty space, I get no hits. Any help is appreciated.

    Thank you!
    Last edited by lowprofile; 07-02-2014 at 01:18 PM. Reason: spelling errors

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to Leave Truly Empty Cell if Criteria for IF statement is FALSE

    Unfortunately, a formula cannot return a true blank.
    Simply because the cell contains a formula, it therefor is not blank.

    I do however wish the copy/pastespecialvalues would result in that being a blank.
    But sadly it does not.

    You could try using NA() instead of ""
    =IF($A2="H","Happy Days",NA())

    Then after the copy/pastespecial you can do the Goto Special - constants - errors

  3. #3
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: How to Leave Truly Empty Cell if Criteria for IF statement is FALSE

    Hi,

    The above said if statement is fine, it will be helpful to identify the problem if u provide a workbook.

    Punnam

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: How to Leave Truly Empty Cell if Criteria for IF statement is FALSE

    Here's a nice method to get rid of the "" blanks after the copy/paste special..

    Highlight the column
    Data - Text To Columns
    Deliminated - Next
    UNcheck ALL options
    Finish.

+ 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. Replies: 2
    Last Post: 03-24-2014, 06:02 PM
  2. [SOLVED] Instead of having FALSE or #N/A leave a cell blank
    By Mr_Nick666 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-11-2013, 06:28 AM
  3. If Then formula. If false, I would like to leave the cell blank.
    By joaquinwalking in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-30-2013, 01:56 PM
  4. How to leave cell empty with conditional statement (not "")
    By Coble in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-09-2012, 05:21 PM
  5. Replies: 3
    Last Post: 06-16-2009, 10:07 AM

Tags for this Thread

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