Linking Databases

  • Thread starter Thread starter Stipe
  • Start date Start date
S

Stipe

I am having a problem with Excel in XP. I am pulling
numbers & characters into a template and if there is no
character excel is automatically making it a zero. How
do I fix this.

Thanks.
 
Instead of a simple cell reference, e.g.: =Sheet2!B1
wrap the reference with an IF formula:

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top