Keeping value the same across worksheets

D

Denise

I have a worksheet of master data. I want any information in A3 to always be
in a different worksheet called phone directory. If I insert a row in master
data the cell in phone directory automatically changes to A4.
My formula is ='Master Data'!$A3. Inserting row changes to: ='Master
Data'!$A4
What am i doing wrong. I need to be able to insert names alphabetically.
 
G

GTVT06

I have a worksheet of master data.  I want any information in A3 to always be
in a different worksheet called phone directory.  If I insert a row in master
data the cell in phone directory automatically changes to A4.  
My formula is ='Master Data'!$A3.  Inserting row changes to:  ='Master
Data'!$A4
What am i doing wrong.  I need to be able to insert names alphabetically..  

Hello, Try this
=OFFSET('Master Data'!$A$1,2,0)
 

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