Zeros if cell is blank

P

pcor

I would like to be able to select a portion of my spread sheet and then have
a macro that would search every cell in the selected area: if the cell is
blank I would want a ZERO to be placed in that cell but if the cell contains
a number/text that cell would be left as is.
Thanks
 
D

Dave Peterson

You can record a macro when you do this:
Select the range
Edit|Goto (or hit F5 or ctrl-g)|Special|check blanks|ok
type 0
and ctrl-enter to fill all those empty (really empty) cells with 0's.

Or you could record a macro when you:
select the range
edit|replace
what: (leave blank)
with: 0
replace all

Either of these should be quicker than looking through each cell in the range.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top