Results 1 to 7 of 7

Cleaning Cells

Threaded View

  1. #1
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    4,126

    Cleaning Cells

    I have access to a pivot table. From the pivot I can get to the source data. In the source data, I'm trying to use a formula to put a value in a cell. The current form of the formula I'm trying to use is this:
    =IF(AND(ISBLANK(CLEAN(AL2)),ISBLANK(CLEAN(AH2)),ISBLANK(AI2)),"DE","")
    The purpose of the formula is to check if AL, AH and AI are blank, and if so, put "DE" in the formula cell. The problem is there's "Something" in those cells. My formula WAS
    =IF(AND(ISBLANK(AL2),ISBLANK(AH2),ISBLANK(AI2)),"DE","")
    . That formual doesn't work unless I click into AL, AH, and AI and hit delete. I've already removed any blank spaces in the cell, and I did LEN to assure myself there were no characters in the cell. Still the formula didn't work unless I deleted the contents of each empty cell.

    So, I tried with TRIM, and with CLEAN. With those two, the formula wouldn't work, period. So, something is in those cells, and I need to know how to clean them out, because there are about 40K lines to clean.

    Any help is greatly appreciated.

    Thanks,
    John
    Last edited by jomili; 06-07-2011 at 08:19 AM.

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