ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I fill a formula on another sheet that repeat every 50 cell (https://www.excelbanter.com/excel-worksheet-functions/171145-how-do-i-fill-formula-another-sheet-repeat-every-50-cell.html)

Chad Hable[_2_]

How do I fill a formula on another sheet that repeat every 50 cell
 
I am trying to set up a report to help me out. My problem is that i have to
input 300-500 sheets of information in so i am using formulas to help me
capture that date that i need and i am sending it to another sheet. On the
Other sheet I have formulas set up to capture everything and the formula is
suppose to repeat every 50 cells. EX. Sheet1!h1 then the next cell below it
is Sheet1!h51 then the nest cell is Sheet1!h101. so is there a way that i
can "repeat" these going down so that i don't have to go in and manually
change the cell number. If any one could help it would be apprecitated.
Thank you.

Bob Phillips

How do I fill a formula on another sheet that repeat every 50 cell
 
=INDIRECT("Sheet1!H"&(ROW(A1)-1)*50+1)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Chad Hable" <Chad wrote in message
...
I am trying to set up a report to help me out. My problem is that i have
to
input 300-500 sheets of information in so i am using formulas to help me
capture that date that i need and i am sending it to another sheet. On
the
Other sheet I have formulas set up to capture everything and the formula
is
suppose to repeat every 50 cells. EX. Sheet1!h1 then the next cell below
it
is Sheet1!h51 then the nest cell is Sheet1!h101. so is there a way that i
can "repeat" these going down so that i don't have to go in and manually
change the cell number. If any one could help it would be apprecitated.
Thank you.




Mike H

How do I fill a formula on another sheet that repeat every 50 cell
 
Chad,

Perhaps this in a cell and dragged down as required:-

=INDEX(Sheet1!H:H,(ROW(A1)-1)*50+1)

Mike

"Chad Hable" wrote:

I am trying to set up a report to help me out. My problem is that i have to
input 300-500 sheets of information in so i am using formulas to help me
capture that date that i need and i am sending it to another sheet. On the
Other sheet I have formulas set up to capture everything and the formula is
suppose to repeat every 50 cells. EX. Sheet1!h1 then the next cell below it
is Sheet1!h51 then the nest cell is Sheet1!h101. so is there a way that i
can "repeat" these going down so that i don't have to go in and manually
change the cell number. If any one could help it would be apprecitated.
Thank you.


Teethless mama

How do I fill a formula on another sheet that repeat every 50 cell
 
=OFFSET($H1,(ROW()-1)*49,0)


"Chad Hable" wrote:

I am trying to set up a report to help me out. My problem is that i have to
input 300-500 sheets of information in so i am using formulas to help me
capture that date that i need and i am sending it to another sheet. On the
Other sheet I have formulas set up to capture everything and the formula is
suppose to repeat every 50 cells. EX. Sheet1!h1 then the next cell below it
is Sheet1!h51 then the nest cell is Sheet1!h101. so is there a way that i
can "repeat" these going down so that i don't have to go in and manually
change the cell number. If any one could help it would be apprecitated.
Thank you.



All times are GMT +1. The time now is 08:30 PM.

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