Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
pewe
 
Posts: n/a
Default Removing '0's' in cells

What is the easiest way to 'empty' cells in Excel.

I have a large spreadsheet full of numeric values. If the value is '0' I
need to remove it to empty the cell.

What is the easiest way to empty these cells?
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Probably Edit--Replace, and make sure you hit the Options button and choose
"Match entire cell contents". Put a 0 in the Find box, and don't put
anything in the replace with box, and hit Replace all.
*******************
~Anne Troy

www.OfficeArticles.com


"pewe" wrote in message
...
What is the easiest way to 'empty' cells in Excel.

I have a large spreadsheet full of numeric values. If the value is '0' I
need to remove it to empty the cell.

What is the easiest way to empty these cells?



  #3   Report Post  
pewe
 
Posts: n/a
Default

Thanks Anne.

I was expecting something more complex (such as a formula) and never thought
to use such a simple solution.

Thanks again.

"Anne Troy" wrote:

Probably Edit--Replace, and make sure you hit the Options button and choose
"Match entire cell contents". Put a 0 in the Find box, and don't put
anything in the replace with box, and hit Replace all.
*******************
~Anne Troy

www.OfficeArticles.com


"pewe" wrote in message
...
What is the easiest way to 'empty' cells in Excel.

I have a large spreadsheet full of numeric values. If the value is '0' I
need to remove it to empty the cell.

What is the easiest way to empty these cells?




  #4   Report Post  
Jai
 
Posts: n/a
Default

I am assuming that you want to suppress the display of 0s in cells. Go to
Tools - Options and click view tab. Remove the check in the display zero
value check box.
This is displayed in Excel help under "Display or hide Zero Values"


"pewe" wrote:

What is the easiest way to 'empty' cells in Excel.

I have a large spreadsheet full of numeric values. If the value is '0' I
need to remove it to empty the cell.

What is the easiest way to empty these cells?

  #5   Report Post  
David McRitchie
 
Posts: n/a
Default

A formula cannot empty a cell, it can create an empty string.

The other consideration here is if the zero was from a formula
you will be wiping out the formula so the cell will not show a value
if the referenced cell later change their value.

You have another reply suggesting hiding zero values by means
of the Tools, options. Which means you will not be able to
distinguish a manually entered zero from an empty cell.

Rather than changing all worksheets in all workbooks to hide
zeros, you might use a custom fromat where the third operand
is empty -- you must include your separation character to show
that it is to be missing;
General;General;;@

If you hide a value with a null string in a formula
B34: =IF(A34=0,"",A34)
you can not use it in
an addition formula =A34+B34
but you could ignore it using SUM Worksheet Function
=SUM(A34,B34) or =SUM(A34:B34)
Custom formatting cannot change the value, it changes the
display so it would still have the zero and work arithmetically.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"pewe" wrote,..
Thanks Anne.

I was expecting something more complex (such as a formula) and never thought
to use such a simple solution.






  #6   Report Post  
pewe
 
Posts: n/a
Default


Thanks for all your input.

I have now managed to clear all the '0' cells (8000 of them) very quickly
which has saved me a lot of work.

Thanks again to all.
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
Deselect Cells while using ctrl Sloth Excel Discussion (Misc queries) 5 July 14th 05 10:58 PM
Condensing a list/range with blank cells to a new list/range without blanks KR Excel Worksheet Functions 4 July 5th 05 04:23 PM
Counting only active cells Sac73 Excel Discussion (Misc queries) 16 April 4th 05 05:49 AM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


All times are GMT +1. The time now is 06:21 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"