View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Connecting cells from two pages

=master!B4

Try instead: =IF(master!B4="","",master!B4)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"marketing123" wrote:
I am trying to link cells from a master page to individual pages, however
whenever I do this, the number 0 shows up on the individual page. Here is an
example of the code I tried:

=master!B4

Any suggestions or help would be appreciated!
--
marketing123