View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Smithz
 
Posts: n/a
Default cell auto population - why 0 when source cell is empty?


"Ragdyer" wrote in message
...
One way:

If you're using something like this on Sheet1:

=Sheet2!A1

Try this:

=IF(Sheet2!A1="","",Sheet2!A1)

--
HTH,

Seems to of worked a treat. Thanks for that.

David