+ Reply to Thread
Results 1 to 10 of 10

Clearcontents those wonderful ""

  1. #1
    Registered User
    Join Date
    04-04-2005
    Location
    Bahama, NC
    Posts
    59

    Clearcontents those wonderful ""

    Can anyone Help with this, I am trying to find all those "" and clear them out, not delete the cell but clear them out.
    Thanks for the help,
    Bob

  2. #2
    Registered User
    Join Date
    12-20-2004
    Posts
    23
    Edit > Replace (Ctrl + H)
    Find what = "
    Replace with = leave this blank
    Replace All


    Is that what you were looking for?

  3. #3
    Registered User
    Join Date
    04-04-2005
    Location
    Bahama, NC
    Posts
    59
    Thanks I tried that before and I tried it again and it doesn't find them.

  4. #4
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Are you searching for quotation marks ("), apostrophes (') or spaces " " or some other character?

    More info please.
    Bruce
    The older I get, the better I used to be.
    USA

  5. #5
    Registered User
    Join Date
    04-04-2005
    Location
    Bahama, NC
    Posts
    59
    I am looking for those double quotes that make the cell look empty.

  6. #6
    Registered User
    Join Date
    12-20-2004
    Posts
    23
    I'm not sure what you mean sorry. Does it show ="" in the formula bar?

  7. #7
    Registered User
    Join Date
    04-04-2005
    Location
    Bahama, NC
    Posts
    59
    When you write a formula and you want it to appear empty you use the "" in the formula that is what it is. I have a lot of blanks but only some of them are truly blank.

  8. #8
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Hello Robert. Let's assume your formula is something like:

    IF(A1>10,B1,"")

    Pretty basic. Now if A1 is less than 10, this formula will return a blank cell. The cell itself is not empty because it has a formula in it. However, the VALUE of the cell is blank and will be treated as such in other Excel functions (e.g. Average).

    If you want the 'Find' to find this cell as a blank, it won't, because it really is not blank.

    Does this make sense?

    With that said, if you want to find cells that are truly blank (no data, no formulas), use the Edit>Find (Ctrl+F). On the Find tab, leave it blank, don't enter anything. Now, click Find Next. Excel will cycle through all of the truly empty cells, skipping over any that have either data (which you can see) and formulas that return blank.

    If you want to find cells with formulas, enter "=" (without the quotes) in the find bar. This will cycle through all cells that contain formulas. If you highlight a range first, you can limit your search to that area.

    I hope this is what you are looking for.

    Bruce
    Last edited by swatsp0p; 05-04-2005 at 09:11 AM.

  9. #9
    Registered User
    Join Date
    04-04-2005
    Location
    Bahama, NC
    Posts
    59
    Actually what I am looking for is the "" a result from a formula. There are thousands of them on this sheet that is a copy of another where the values were just pasted on. I would like to be able to find all of those and clearcontents.
    Thanks,
    Bob

  10. #10
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    I don't know of a way to find the cells that returned the blank, but we can find the cells that have the "" in the formula:

    In the Find What: enter:

    ~""

    the '~' tells Excel to look for the 'special character', which in this case is a double quote. Find will located every cell that has the "" in the formula.

    However, the Replace function will only replace the "" in the formula with the value entered (or leave it blank if no value entered), but will not replace (or delete) the formula itself.

    If you have 'thousands' of these cells, I am afraid some VBA code is the only way to address this situation. I don't have that much coding expertise to guide you any further.

    Sorry.

+ 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