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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Fill formula down for cells 74 rows apart



 
 
Thread Tools Display Modes
  #1  
Old October 8th, 2009, 04:00 AM posted to microsoft.public.excel.misc
Reg[_3_]
external usenet poster
 
Posts: 2
Default Fill formula down for cells 74 rows apart

Hi
I have a workbook with 2 sheets. In sheet 1 cell A1 I have a formula
that reads =sheet2!B1.
In sheet1 cell A2 I have a formula that reads =sheet2!B75.

I would like to be able to fill the formula down in sheet1 so that it
references each cell 75 rows apart from column B in sheet2

Does anybody know how to do this easily, I have to copy the formula
from sheet1 down 500 rows

Thanks in advance
Reg
  #2  
Old October 8th, 2009, 05:24 AM posted to microsoft.public.excel.misc
T. Valko
external usenet poster
 
Posts: 15,759
Default Fill formula down for cells 74 rows apart

Is this the sequence you expect:

B1
B75
B149
B223
B297
B371
etc
etc

--
Biff
Microsoft Excel MVP


"Reg" wrote in message
...
Hi
I have a workbook with 2 sheets. In sheet 1 cell A1 I have a formula
that reads =sheet2!B1.
In sheet1 cell A2 I have a formula that reads =sheet2!B75.

I would like to be able to fill the formula down in sheet1 so that it
references each cell 75 rows apart from column B in sheet2

Does anybody know how to do this easily, I have to copy the formula
from sheet1 down 500 rows

Thanks in advance
Reg



  #3  
Old October 8th, 2009, 06:18 AM posted to microsoft.public.excel.misc
Reg[_3_]
external usenet poster
 
Posts: 2
Default Fill formula down for cells 74 rows apart

On Oct 8, 3:24*pm, "T. Valko" wrote:
Is this the sequence you expect:

B1
B75
B149
B223
B297
B371
etc
etc

--
Biff
Microsoft Excel MVP

"Reg" wrote in message

...



Hi
I have a workbook with 2 sheets. In sheet 1 cell A1 I have a formula
that reads =sheet2!B1.
In sheet1 cell A2 I have a formula that reads =sheet2!B75.


I would like to be able to fill the formula down in sheet1 so that it
references each cell 75 rows apart from column B in sheet2


Does anybody know how to do this easily, I have to copy the formula
from sheet1 down 500 rows


Thanks in advance
Reg- Hide quoted text -


- Show quoted text -


Biff
I need the values of that sequence of cells from sheet2 to fill cells
A1-A500 in sheet1

Thanks
Reg
  #4  
Old October 8th, 2009, 06:28 AM posted to microsoft.public.excel.misc
T. Valko
external usenet poster
 
Posts: 15,759
Default Fill formula down for cells 74 rows apart

Enter this formula on Sheet1 A1 and copy down as needed:

=INDEX(Sheet2!B:B,ROWS(A$1:A1)*74-73)

--
Biff
Microsoft Excel MVP


"Reg" wrote in message
...
On Oct 8, 3:24 pm, "T. Valko" wrote:
Is this the sequence you expect:

B1
B75
B149
B223
B297
B371
etc
etc

--
Biff
Microsoft Excel MVP

"Reg" wrote in message

...



Hi
I have a workbook with 2 sheets. In sheet 1 cell A1 I have a formula
that reads =sheet2!B1.
In sheet1 cell A2 I have a formula that reads =sheet2!B75.


I would like to be able to fill the formula down in sheet1 so that it
references each cell 75 rows apart from column B in sheet2


Does anybody know how to do this easily, I have to copy the formula
from sheet1 down 500 rows


Thanks in advance
Reg- Hide quoted text -


- Show quoted text -


Biff
I need the values of that sequence of cells from sheet2 to fill cells
A1-A500 in sheet1

Thanks
Reg


 




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 06:51 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.