Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default Link Increments

Hi

I have 2 sheets, sheet 1 is to show data from every 8 rows from sheet 2

e.g. on sheet 1 my links are
=sheet2!b5
=sheet2!b13
=sheet2!b21

I have 400 of these to enter into sheet 1 and another 500 in another book,
how can i do this programatically without having to manually edit every cell?


Many many thanks

Kerry


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Link Increments

=Indirect("sheet2!B" & 4 + 8*row(A1))

then drag fill down the column

--
Regards,
Tom Ogilvy


"Kerry" wrote in message
...
Hi

I have 2 sheets, sheet 1 is to show data from every 8 rows from sheet 2

e.g. on sheet 1 my links are
=sheet2!b5
=sheet2!b13
=sheet2!b21

I have 400 of these to enter into sheet 1 and another 500 in another book,
how can i do this programatically without having to manually edit every

cell?


Many many thanks

Kerry




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
Row increments - Janelle Excel Worksheet Functions 7 April 23rd 09 11:12 PM
increments pytelium Excel Discussion (Misc queries) 5 October 9th 05 09:45 PM
ROUNDUP IN 0.2 INCREMENTS igor058 Excel Worksheet Functions 3 June 24th 05 12:21 PM
How do I add time when some of the increments are less than an ho Learning Center Student New Users to Excel 1 May 18th 05 06:19 PM
Date-increments Robert Dieckmann Excel Discussion (Misc queries) 3 November 30th 04 08:58 PM


All times are GMT +1. The time now is 04:13 PM.

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

About Us

"It's about Microsoft Excel"