View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 102
Default What does " " turn the cell?

Hi,

Say you have something like this in cell b2: If(a2=5,1," ")

If a2=3, by executing the condition above what does " " make b2?
Blank, Logical, 0, or what? If you want to refer later on to cell b2
you need to know what " " mean, right?

Thanks,
Mike