I gotta thank you guys again for the help on the formula earlyer... but now when I print, on the second sheet any cell that I didnt enter info in on the first sheet prints out a "0" on the second sheet... is there anyway to hide these 0's?
Hopefully this should look at the input cell, if it's null then it will put a null value in your output cell, if it's not null then it should put the input value in the output cell.
If you want to hide them in an entire sheet, you can also turn it off in Tools > Options | View tab. To hide them, clear the Zero Values check box.
If you want specific cells, you can also:
1. Highlight the cells (non-contiguous cells by holding CTRL and clicking)
2. Click Format > Cells
3. On the Number tab, choose Custom format
4. In the Type window, enter 0;-0;;@
5. Click OK.
This will hide the zero values in the cell and prevent them from printing, but you will be able to see them in the Formula Bar.
Sorry if I've restated what others may have entered. Feeling less-than-inept today and thought I'd share.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.