LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Copy empty cells from one worksheet to another

A formula must always have some value and the "" your formulas return is
technically a null string. You cannot make a formula return "nothing". So
you must adjust your statistical formulas to account for this (if possible)
or bring your data together by copy/pasting rather than by formula.

--
Jim
"David Cohen" wrote in message
...
| Hello,
|
| I had a worksheet (myWorksheet) in which the user entered data - number
of
| vehicles.
| Empty cell means there is no vehicles.
|
| Now I get my data from different excel workbook (dataWorksheet).
|
| I tried to use this in my worksheet cells:
| =if (dataWorksheet cell value = "" , "", dataWorksheet cell value)
|
| My problem is that in some calculations in other worksheets
| I get #value or other error messages (in average calculations).
|
| How can I set empty cell in my worksheet ?
|
|
| Thank you
| David Cohen
|
|


 
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
Linking cells into empty cells in another worksheet Bookworm Excel Discussion (Misc queries) 6 October 14th 07 11:11 AM
Exporting a worksheet with blank/empty cells jjk98 Excel Discussion (Misc queries) 2 May 22nd 07 01:12 PM
Copy Data From Filled to Empty Cells Sheikh Saadi Excel Discussion (Misc queries) 0 November 10th 05 07:21 PM
Copy empty cells from one workbook to another - Code Dave Peterson Excel Discussion (Misc queries) 1 September 23rd 05 02:10 PM
Macro to copy value in empty cells Esrei Excel Discussion (Misc queries) 3 April 19th 05 03:54 PM


All times are GMT +1. The time now is 05:29 PM.

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

About Us

"It's about Microsoft Excel"