![]() |
Zeros if cell is blank
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 |
Zeros if cell is blank
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. pcor wrote: 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 -- Dave Peterson |
Zeros if cell is blank
You are absolutely right sure beat a macro
THANKS "Dave Peterson" wrote: 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. pcor wrote: 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 -- Dave Peterson |
All times are GMT +1. The time now is 08:44 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com