Need linked cell to be blank not 0

A

amquintero

I am trying to link sheets, if the data in the reference cell in sheet 1 is
blank I would like the corresponding cell in sheet 2 to be blank, currently
it shows zero (0). How di I make it blank?
 
S

sb1920alk

One way:

If you're referencing A1 from Sheet 1, use =IF(Sheet1!A1<>"",Sheet1!A1,"")
instead of =Sheet1!A1.

If you don't care about the values: Tools->Options->View uncheck Zero Values.
 
A

amquintero

That worked perfectly. Thank you so much!

sb1920alk said:
One way:

If you're referencing A1 from Sheet 1, use =IF(Sheet1!A1<>"",Sheet1!A1,"")
instead of =Sheet1!A1.

If you don't care about the values: Tools->Options->View uncheck Zero Values.
 

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