Thread: exel
View Single Post
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

Try something like

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


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Micha" wrote in message
...
Hello,
I've got a problem with copying things.

If I copy something in exel by using: ='name and number of
cell'
And the cell where I copy from doesn't have any information,
ther automaticly appears an 0(zero) in the cell where I am
copying to.

How can I get rid of that zero?

Thanks