Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
FLKULCHAR
 
Posts: n/a
Default Copying a Blank Cell

Why when I copy from a totally blank cell to another, instead of a blank
cell, I get a 0 (zero)???

I wish the cell to be blank when I press Ctrl "C" and "Ctrl" V.

How to do it?

thanks,

FLKulchar
  #2   Report Post  
Ashish Mathur
 
Posts: n/a
Default

Hi,

Strangely when i do so the resukt is blank and not a zero. However, you may
try the following:

If(countblank(cell)=1,"",cell)

This will return a blank cell if the cell from where you are copying is blank.

Regards

"FLKULCHAR" wrote:

Why when I copy from a totally blank cell to another, instead of a blank
cell, I get a 0 (zero)???

I wish the cell to be blank when I press Ctrl "C" and "Ctrl" V.

How to do it?

thanks,

FLKulchar

  #3   Report Post  
FLKULCHAR
 
Posts: n/a
Default

I actually STATED THE PROBLEM erroneously;

your RSVP works perfectlt, BUT how come, eg, when in cell H4, I write "=H3",
and cell H3 is blank, it returns a 0 (zero)?? Please explain.

"Ashish Mathur" wrote:

Hi,

Strangely when i do so the resukt is blank and not a zero. However, you may
try the following:

If(countblank(cell)=1,"",cell)

This will return a blank cell if the cell from where you are copying is blank.

Regards

"FLKULCHAR" wrote:

Why when I copy from a totally blank cell to another, instead of a blank
cell, I get a 0 (zero)???

I wish the cell to be blank when I press Ctrl "C" and "Ctrl" V.

How to do it?

thanks,

FLKulchar

  #4   Report Post  
Myrna Larson
 
Posts: n/a
Default

That's just the way Excel works in this situation. H3 is treated as a numeric
value, and a blank cell is equal to 0.

On Sun, 18 Sep 2005 18:39:04 -0700, FLKULCHAR
wrote:

I actually STATED THE PROBLEM erroneously;

your RSVP works perfectlt, BUT how come, eg, when in cell H4, I write "=H3",
and cell H3 is blank, it returns a 0 (zero)?? Please explain.

"Ashish Mathur" wrote:

Hi,

Strangely when i do so the resukt is blank and not a zero. However, you

may
try the following:

If(countblank(cell)=1,"",cell)

This will return a blank cell if the cell from where you are copying is

blank.

Regards

"FLKULCHAR" wrote:

Why when I copy from a totally blank cell to another, instead of a blank
cell, I get a 0 (zero)???

I wish the cell to be blank when I press Ctrl "C" and "Ctrl" V.

How to do it?

thanks,

FLKulchar

  #5   Report Post  
Max
 
Posts: n/a
Default

And if you want to appear blank when the source cell is blank,
instead of putting in H4: =H3, use : =IF(H3="","",H3)
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--




  #6   Report Post  
Richard Buttrey
 
Posts: n/a
Default

On Sun, 18 Sep 2005 16:51:11 -0700, FLKULCHAR
wrote:

Why when I copy from a totally blank cell to another, instead of a blank
cell, I get a 0 (zero)???

I wish the cell to be blank when I press Ctrl "C" and "Ctrl" V.

How to do it?

thanks,

FLKulchar



How about Tools Options and unselecting the "zero values" option?

Rgds
__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________
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
Replace null string with blank cell gjcase Excel Discussion (Misc queries) 2 August 9th 05 02:13 PM
leave a cell blank nicolas Excel Worksheet Functions 1 August 2nd 05 01:55 PM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
?? Extra blank lines in 'address' cell after exporting to Excel Hadyn Pkok Excel Discussion (Misc queries) 4 April 15th 05 11:34 PM
conditional formating for a blank cell wsoung Excel Discussion (Misc queries) 5 March 9th 05 10:15 PM


All times are GMT +1. The time now is 12:34 AM.

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"