Can a worksheet pull from a specific cell value in a separate wrks

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have designed a spreadsheet with multiple worksheets that perform financial
functions. These multiple worksheets pull from one specific line (column 2)
in one of its worksheets (DATA). My idea is that "worksheets 2-5" would pull
from column 2 of DATA as its data is scrubbed and moved elsewhere or deleted.

Problem is I get a #REF! error in worksheets 2-5 anytime data in column 2 of
DATA is deleted. If the data is moved, the cell references in worksheets 2-5
reflect those changes..in other words, the data is static in worksheets that
are supposed to be dynamic.

Umm...newbie thinks he knows why it is doing this but wonders how (I) can
make it so that the multiple worksheets pull data from the values in column 2
of DATA only.

Your help is greatly appreciated!
 
try the indirect function in your secondary sheets.

=indirect("Sheet1!B"&row())
or
=indirect("Sheet1!B2")
 
Thanks Dave, bj. Now I get a message that states "the value entered is not
valid. A user has restricted values that can be entered into this cell".

I am the only user on this machine and I do not recall placing any such
restriction.

?? and thanks again...

reloanpro
 
Thanks, Dave, bj! It worked like a charm! The invalid value error I wrote
about only happens when from a particular field that I can work around.

I appreciate the help...
 

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