Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,814
Default replicating formuleas?

I have a large spreadsheet over several pages and i am crossreferencing the
pages.

I want to point to a cell on a previous sheets which i can do but!!! i have
about 70 rows to do this on and wonder if there is anyway of copying the
formulea down. I know you can click on the bottom right and drag but the
problem is the cells in the previous page have gaps in them

e.g.
timesheets!L67
timesheets!l117
timesheets!167
they are 50 rows apart and i want the info from that sheet pulling through
onto the one i am working on

I can do it long hand but i have hundreds to do and i am hoping there is an
esy way??
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default replicating formuleas?

Assuming this formula is entered into cell A1:
=INDEX(Timesheets!L$67:L$500,(ROWS(A$1:A1)-1)*50+1)

Change (Rows(A$1:A1)) to whatever the cell address you actually enter the
formula into. Also change Timesheets!L$67:L$500 to whatever the actual range
is.



"Steve" wrote:

I have a large spreadsheet over several pages and i am crossreferencing the
pages.

I want to point to a cell on a previous sheets which i can do but!!! i have
about 70 rows to do this on and wonder if there is anyway of copying the
formulea down. I know you can click on the bottom right and drag but the
problem is the cells in the previous page have gaps in them

e.g.
timesheets!L67
timesheets!l117
timesheets!167
they are 50 rows apart and i want the info from that sheet pulling through
onto the one i am working on

I can do it long hand but i have hundreds to do and i am hoping there is an
esy way??

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default replicating formuleas?

In A1 of target sheet enter this.

=OFFSET(timesheets!$L$1,50*ROW()+16,0)

Copy down.


Gord Dibben MS Excel MVP

On Sun, 2 Sep 2007 09:20:05 -0700, Steve
wrote:

I have a large spreadsheet over several pages and i am crossreferencing the
pages.

I want to point to a cell on a previous sheets which i can do but!!! i have
about 70 rows to do this on and wonder if there is anyway of copying the
formulea down. I know you can click on the bottom right and drag but the
problem is the cells in the previous page have gaps in them

e.g.
timesheets!L67
timesheets!l117
timesheets!167
they are 50 rows apart and i want the info from that sheet pulling through
onto the one i am working on

I can do it long hand but i have hundreds to do and i am hoping there is an
esy way??


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default replicating formuleas?

Steve,
If your timesheets! are customized firmly having a jump every 50rows, the
offset will work yet the way you like it shows that you like the cell address
to be as the *formula*..
e.g.
timesheets!L67
timesheets!l117 timesheets!L117
timesheets!167 timesheets!L167


---so otherwise select the range you need then an auto-filter on the
"timesheets" tab will allow you to get all the data u need to be linked to
the worksheet.
---select the range of cells
---copypaste specialpaste link to the worksheet...

Regards


"Steve" wrote:

I have a large spreadsheet over several pages and i am crossreferencing the
pages.

I want to point to a cell on a previous sheets which i can do but!!! i have
about 70 rows to do this on and wonder if there is anyway of copying the
formulea down. I know you can click on the bottom right and drag but the
problem is the cells in the previous page have gaps in them

e.g.
timesheets!L67
timesheets!l117
timesheets!167
they are 50 rows apart and i want the info from that sheet pulling through
onto the one i am working on

I can do it long hand but i have hundreds to do and i am hoping there is an
esy way??

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Replicating k f h Excel Discussion (Misc queries) 3 July 17th 06 01:27 PM
replicating a folder hiearchy. Rodney New Users to Excel 2 December 9th 05 03:05 AM
Replicating Formulas between excel files Nickchups Excel Discussion (Misc queries) 3 July 29th 05 04:03 PM
Replicating Formulas with Various Worksheet References Cloudburst99 Excel Worksheet Functions 1 January 20th 05 11:15 PM
Replicating Worksheet References in Formulas Cloudburst99 Excel Worksheet Functions 2 January 18th 05 09:27 PM


All times are GMT +1. The time now is 08:58 AM.

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

About Us

"It's about Microsoft Excel"