Coping numbers only in cells to other worksheets.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to copy Numbers from cells from one worksheet to another using
formula's

I can get the information accross but where there is no numbers on the first
work sheet on the second worksheet it places a 0 in the Cell.

formula 1 =INVOICE!D22 Leaves 0 in the data cell
formula 2 =TEXT(INVOICE!D22,"0") Leaves 0 in the data cell
formula 3 =TEXT(INVOICE!D22,"") Leaves the data cell empty

Can you assist me, Thank you. Regards Bob
 
You can check to see if that first cell is empty.

=if(invoice!d22="","",d22)
 

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