It is not possible. If there is anything in the cell, including a function,
then ISBLANK will return FALSE (because the cell is NOT blank; it has a
function in the cell).
Depending on what you are trying to do, you could perhaps use
I've done more searching and I don't think there is a way to do this. It's
not the logical test afterward I'm thinking of, it's having the cell itself
completely blank. I'm using Excel to arrange data for output to a text file
for Abaqus input. Column A has a header text sting for the data in columns
B. C, etc. If a row has a header string it doesn't have data and vice versa.
I have a formula that takes info from col B on another worksheet, performs a
calc if there is a value to work with, and otherwise leaves the cell blank.
Having the 'not really blank' cell causes the header row to be truncated.
Seems strange that getting a truly blank cell is not possible, but I guess if
there is a formula there it's no longer completely blank.
If the suggestions I made don't help, you could use a VBA Macro do pre-process
before saving and clear everything, including the formula, from the cell.
--ron
What version are you using? Has anyone tried 2007 yet?
I discovered the same prob w Excel 2000 today. I used the "cell" function
which returned "l" for "label" instead of "b" for "blank." If I highlighted
the cell and hit delete then it's officially "blank."
I skimmed options but didn't see anything obvious.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.