ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Referencing Problem (https://www.excelbanter.com/excel-discussion-misc-queries/10506-referencing-problem.html)

Christopher Anderson

Referencing Problem
 
I have two worksheets. In sheet 1 I want to reference the cells in the
following way:

Sheet1!A7=Sheet2!A1

Sheet1!A14=Sheet2!A2

Sheet1!A21=Sheet2!A3

Sheet1!A28=Sheet2!A4

etc.

How can you do this in excel. I tried to copy the pattern down but it will
not do it right. Any help would be appreciated!

Chris

Debra Dalgleish

In Sheet1 cell A7, enter the formula:

=IF(MOD(ROW(),7)=0,INDIRECT("Sheet2!A"&ROW()/7),"")

and copy down as far as required.

Christopher Anderson wrote:
I have two worksheets. In sheet 1 I want to reference the cells in the
following way:

Sheet1!A7=Sheet2!A1

Sheet1!A14=Sheet2!A2

Sheet1!A21=Sheet2!A3

Sheet1!A28=Sheet2!A4

etc.

How can you do this in excel. I tried to copy the pattern down but it will
not do it right. Any help would be appreciated!

Chris



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



All times are GMT +1. The time now is 05:41 PM.

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