View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 168
Default Excel formula to return a blank cell

One way:

Instead of "", you could use a zero without quotes. Then set your worksheet
so that it does not display zero values. This is done in Tools-Options. On
the View tab, uncheck "zero values".

HTH,
Paul

"MrT" wrote in message
...
Hello,

I have a column (say A), and next to that column, I create a column of
formulas using
= If(Type(A1)<2 and A10, 1, "")

the problem is that "" is not a numerical format and I need a numerical
format. Is there a value that would generate an empty cell that is not in
string format?

Thanks,

Mr T