ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Link Increments (https://www.excelbanter.com/excel-programming/332766-link-increments.html)

Kerry

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



Tom Ogilvy

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






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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com