View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default how do I connect cells on two pages?

=IF(Master!B4="","",Master!B4)

will not show a zero if Master!B4 is empty

--
Regards,

Peo Sjoblom


"marketing123" wrote in message
...
How do I connect a cell from a masterpage to another cell on a second
page?
The code that I was using, =Master!B4 , works, but shows a number zero on
the
second page. I do not want it to do that. Any suggestions?


--
marketing123