Paste Link shows '0' for empty cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello - When I link columns between the sheets of my workbook, the '0' shows
up for the empty cells in the source column. Is there any way to remove the
'0'? It's very annoying because it shows up when I print the sheet. Thanks!
 
Click on TOOLS in the menu and select OPTIONS.

If necessary, click the VIEW tab in the dialog box. In the WINDOW OPTIONS
panel near the bottom of the tab page, turn the ZERO VALUES check box off.
 
You could do this a couple of ways.
You can change each formula that you do not want zeros to show up. For
example:

=If(A1="","",<your formula>)

or you can change the excel settings. Click Tools-Options-View Tab.
Uncheck "Zero values".

HTH,
Paul
 

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

Back
Top