steford
27-07-2005, 10:53
I have a big load of data that I have copied from a word doc. I can get to the bits I want by looking at a column (D) and if it contains something I grab cells B, C and D in that row. I'm using =IF(D1<>"",B1,"") for the B column for example - all good. So gives me 3 columns and several new "blank" rows as only about 1/10th of the original data rows are useful.
Now - I assumed I could just copy and paste special... this with "Skip Blanks" to get my data minus empty rows. Not so.
ISBLANK() on my "blank" cells returns FALSE but bizarrely LEN() on it returns absolutely nothing - not even 0. If I go into the cell and hit back space ISBLANK() returns TRUE. If I enter "aaa" for example LEN() returns 3 as expected.
What's going on? I thought "" was blank? How can I force a blank if this is not the case?
Thanks.
Now - I assumed I could just copy and paste special... this with "Skip Blanks" to get my data minus empty rows. Not so.
ISBLANK() on my "blank" cells returns FALSE but bizarrely LEN() on it returns absolutely nothing - not even 0. If I go into the cell and hit back space ISBLANK() returns TRUE. If I enter "aaa" for example LEN() returns 3 as expected.
What's going on? I thought "" was blank? How can I force a blank if this is not the case?
Thanks.