View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Bob I Bob I is offline
external usenet poster
 
Posts: 2,819
Default what does "" mean in an excel formula

No, IF Cell C43 is Blank, Then make this cell Blank. The first comma is
the "then", the second comma is the else part of the If statement.

nutcracker wrote:

Thanks.

So in the example used if(c43="","", +sum ...

what does "","" mean - double blank?


"Conan Kelly" wrote:


nutcracker,

what this formula says is "If cell c43 is blank (or appears blank), then
this cell should appear blank, else return +sum...)

HTH,

Conan



"nutcracker" wrote in message
...

what does "" mean in an excel formula e.g. =if(c43="","", +sum