View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.newusers
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default how do I connect cells on two pages?

marketing123, here is one way,

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

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"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