Replacing blank cells with zeros

D

donpayette

I have a spreadsheet (500ishx40ish) that either has a number > 0 or a blank.
I need to go through and insert a "0" in any cell that is blank. I cannot
come up with any conditional processing to do this and would like to avoid
having to manually go through all these cells and enter "0" where needed.

Suggestions?

Thanks!
Don
 
M

muddan madhu

try this

select the range | press F5 | click special | choose blanks | ok |
enter 0 and hit ctrl + enter
 
J

Jim Thomlinson

Assuming that the blank is not the rusult of a formula returning balnk you
can use...

F5 -> Special Cells... -> Blanks -> Ok
All blank cells will now be selected
Type 0 and commit with Ctrl+Enter
 
U

Uma Nandan

Hi Don,

Try these steps:
-select the column / row where the blanks are
- ctrl+g then select SPECIAL , select BLANKS & press ok
- ctrl+f then select REPLACE tab
- input 0 in REPLACE WITH and keep find what blank
- click REPLACE ALL

Hope it helps.

Regards,
 
Top