warriorwoman
New Member
- Joined
- Mar 18, 2010
- Messages
- 22
I have a load of what I consider to be blank cells but excel isblank() function returns the value false.
There are no spaces in the cell but if I place the cursor in the cell then press F2 to edit and then enter the isblank() function returns True.
Can anyone explain?
I am trying to write a macro that will overwrite the values in column A where the values in column C = "CQUIN" or "U CODE". I was going to handle this in a clunky fashion by:
1. creating in new column D with the formula =IF(OR(C3="CQUIN","U CODE"),C3,"")
2. copy then paste as values column D - thereby hopefully leaving myself with a load of blank cells and ones with CQUIN or U Code in.
3. then selecting column D and paste special as values - skipping blanks over column A
Unfortunately this isn't working as it doesn't regnise the blank cells.
There are no spaces in the cell but if I place the cursor in the cell then press F2 to edit and then enter the isblank() function returns True.
Can anyone explain?
I am trying to write a macro that will overwrite the values in column A where the values in column C = "CQUIN" or "U CODE". I was going to handle this in a clunky fashion by:
1. creating in new column D with the formula =IF(OR(C3="CQUIN","U CODE"),C3,"")
2. copy then paste as values column D - thereby hopefully leaving myself with a load of blank cells and ones with CQUIN or U Code in.
3. then selecting column D and paste special as values - skipping blanks over column A
Unfortunately this isn't working as it doesn't regnise the blank cells.