blank fields become "0"

  • Thread starter Thread starter Daves
  • Start date Start date
D

Daves

hi,
if I "duplicate" value from one sheet to other by "=Sheet1!A6", blank fields
on Sheet1 show up as "0" on Sheet2? How can I fix this?

regards,
D
 
Daves said:
hi,
if I "duplicate" value from one sheet to other by "=Sheet1!A6", blank fields
on Sheet1 show up as "0" on Sheet2? How can I fix this?

regards,
D

Hi D,

=IF(Sheet1!A6="","",=Sheet1!A6)

Ken Johnson
 
Hi Dave,

You can try to enter "=IF(Sheet1!A6="","",Sheet1!A6)" in the field.
This will prevent the "0" from showing.

Regards,
Peter
 

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