View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.misc
OperationsNETTC15 OperationsNETTC15 is offline
external usenet poster
 
Posts: 14
Default Blank cell not really blank

I tried that just now and ISBLANK still returns FALSE

"Jacob Skaria" wrote:

Did you try selecting the data range (Ctrl+A) and copy . Select a new sheet.
Select A1.Right click PasteSpecialValues..now try your formulas


If this post helps click Yes
---------------
Jacob Skaria


"John" wrote:

Hi
It could be a character which looks like normal space, isblank will return False
and istext will return True.Its actually a html non breaking space. Alt-0160
Goto Edit Replace Findpress the Alt key and type 0160 on the numeric
keypad,
type nothing in Replace. That should remove all those characters.
HTH
John
"OperationsNETTC15" wrote in
message ...
I am using Excel 2007 and returning data into a table using xfODBC, which
returns a number of blank cells. If I do an ISBLANK on the blank cells, it
returns FALSE, ISTEXT returns TRUE. I want to assign a new value to the
blank cells, but since Excel is considering it text, the formula would screw
up legitimate values also.

Any ideas?