copying data to different Cells

G

Guest

i wantto copy data from a front work sheet to different work sheets i am
using the copy function then paste options link cells. this iscopyingthe data
across fine but empty cells are being filled with a 0 or default date, how do
i ensure that these fields stay blank as in the original sheet
 
D

Dave Peterson

You'll have to change the formula:

=sheet99!a1
becomes
=if(sheet99!a1="","",sheet99!a1)
 

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

Top