View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default IF = Show "NIL" ...?

One way:

=IF(A1<"", A1, "")

In article ,
JonatanRaven
wrote:

A new problem has arisen.

I want to create a formula that will check if a certain cell has any
text and if so show that text in another cell. If there is no text, I
want excel to show nothing. I think standard is 0.

Any ideas..?

/Jonatan