A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

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



 
 
Thread Tools Display Modes
  #1  
Old May 27th, 2010, 09:21 PM posted to microsoft.public.excel.worksheet.functions
OnePuttJames
external usenet poster
 
Posts: 2
Default Having info in a certain cell EXACTLY same as in cell on anotherpa


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...
  #2  
Old May 27th, 2010, 09:38 PM posted to microsoft.public.excel.worksheet.functions
Max
external usenet poster
 
Posts: 8,574
Default Having info in a certain cell EXACTLY same as in cell on anotherpa

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.
--
Max
Singapore
---
"OnePuttJames" wrote:
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...

  #3  
Old May 27th, 2010, 10:30 PM posted to microsoft.public.excel.worksheet.functions
Max
external usenet poster
 
Posts: 8,574
Default Having info in a certain cell EXACTLY same as in cell on anoth

No thanks. What was suggested should have addressed your OP. But was it even
tried out over there? Nothing in your reply indicates that.
--
Max
Singapore
---

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.