referenced cells displayed 0 when it shouldn't display anything

  • Thread starter Thread starter drewmacher
  • Start date Start date
D

drewmacher

Hello. I referenced cells from one spreadsheet to another usin
='nameOfFile'!A1 as an example, however, on this it displays 0. How d
u get rid of this? e.g. spreadsheet one called home, has A1 a
nothing. spreadsheet called away has ='home'!A1, and this displays
in the cell
 
Try this:

=IF('home'!A1="","",'home'!A1)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

Hello. I referenced cells from one spreadsheet to another using
='nameOfFile'!A1 as an example, however, on this it displays 0. How do
u get rid of this? e.g. spreadsheet one called home, has A1 as
nothing. spreadsheet called away has ='home'!A1, and this displays 0
in the cell.
 

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