Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default 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.

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
How do I fill a formula on another sheet that repeat every 50 cell Chad Hable Excel Discussion (Misc queries) 2 December 31st 07 11:14 PM
Repeat formula on second sheet? [email protected] Excel Discussion (Misc queries) 3 August 30th 07 09:45 PM
looking for a way to repeat a formula pattern within a cell dla Excel Worksheet Functions 3 February 2nd 07 09:09 AM
Repeat Section and Auto Fill KarenS Excel Worksheet Functions 0 February 15th 06 03:18 AM
Conditionally Fill a sheet row if cell value in another sheet 0 nstx Excel Worksheet Functions 2 November 6th 05 03:04 PM


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

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

About Us

"It's about Microsoft Excel"