Having info in a certain cell EXACTLY same as in cell on anotherpa

  • Thread starter Thread starter OnePuttJames
  • Start date Start date
O

OnePuttJames

SIMPLY... I want in my summary tab to have the data from A1-P30 to ALWAYS be
the data showing on my first page tab that is in position A1-P30.. Once a
week I move the data in my first page by moving rows up and down depending on
the performance of a certain golfer and what place he now is in overall. This
is driving me nuts!

I know all about

=page1$C$8 but that doesn't seem to work...
 
In your summary tab,
place this in any starting cell, say in B2
=IF(ISBLANK(OFFSET(INDIRECT("'page1'!A1"),ROWS($1:1)-1,COLUMNS($A:A)-1)),"",OFFSET(INDIRECT("'page1'!A1"),ROWS($1:1)-1,COLUMNS($A:A)-1))
Copy B2 across by 16 cols, fill down by 30 rows to cover the extent of the
"A1:P30" range. And that should "fix" it well and good for you.
 
No thanks. What was suggested should have addressed your OP. But was it even
tried out over there? Nothing in your reply indicates that.
 

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