Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Coping numbers only in cells to other worksheets.

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Coping numbers only in cells to other worksheets.

You can check to see if that first cell is empty.

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



Barracuda wrote:

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


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
colour cells, same numbers different worksheets geenie Excel Worksheet Functions 1 January 23rd 10 01:38 PM
Coping page set up to other worksheets within the same workbook Michelle Excel Discussion (Misc queries) 8 December 28th 07 01:50 AM
coping worksheets with hyperlinks Jackson New Users to Excel 1 August 28th 07 10:20 AM
Trouble Coping Visible Cells JenYancey Excel Discussion (Misc queries) 2 May 25th 05 12:17 AM
Coping all cells with data. Pete Excel Programming 0 January 8th 04 09:40 PM


All times are GMT +1. The time now is 06:09 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"