Copying Worksheet Cells Getting 0's

G

Guest

I have a summary sheet which has cells that links to a number of worksheets
in a workbook. When I link to a blank cell in a worksheet I get a 0 on the
summary sheet. I would prefer that the summary sheet be a blank entry also.

Does anyone know why this occurs and is there a way to get rid of it.

Thanks,
 
G

Gord Dibben

=IF(Sheet1!A1="","",Sheet1!A1)

OR...Tools>Options>View. Uncheck "zero values" which I find rather drastic.


Gord Dibben MS Excel MVP
 
G

Guest

hi,
you can use the formula "=IF(B1>0,B1,"")" in the summery sheet to avoid "0"
instead you will get a blank space.
 

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