G
Gary''s Student
If I want to enter a null character in a cell, I:
1. enter ="" in A1
2. copy A1
3. select A2
4. paste/special/value
A2 will now contain the null (ISBLANK(A2) will display FALSE)
Is there any way I can accomplish this without using this cumbersome process?
1. enter ="" in A1
2. copy A1
3. select A2
4. paste/special/value
A2 will now contain the null (ISBLANK(A2) will display FALSE)
Is there any way I can accomplish this without using this cumbersome process?