#1   Report Post  
HJ
 
Posts: n/a
Default Data list

I have a list of data that I am trying to summarize in a separate worksheet.
My formula in cell A3= Master!A2. In cell A4 I have the formula = Master!A14
(or 12 rows down). Cell A5= Master!A26 etc. down the entire sheet. I have
manually put in A14, A26, etc. down the column.

How can I automate that formula to say I would like whatever is 12 rows down
from the cell above it? So, in cell A4, I don't want to manually put in A14
but tell it to look 12 rows down from A3.

Does that make sense?
  #2   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You can use the INDIRECT function. In cell A3, enter:

=INDIRECT("Master!A"&2+(ROW()-3)*12)

and copy down as far as required.

HJ wrote:
I have a list of data that I am trying to summarize in a separate worksheet.
My formula in cell A3= Master!A2. In cell A4 I have the formula = Master!A14
(or 12 rows down). Cell A5= Master!A26 etc. down the entire sheet. I have
manually put in A14, A26, etc. down the column.

How can I automate that formula to say I would like whatever is 12 rows down
from the cell above it? So, in cell A4, I don't want to manually put in A14
but tell it to look 12 rows down from A3.

Does that make sense?



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

  #3   Report Post  
HJ
 
Posts: n/a
Default

Thanks so much :)

"Debra Dalgleish" wrote:

You can use the INDIRECT function. In cell A3, enter:

=INDIRECT("Master!A"&2+(ROW()-3)*12)

and copy down as far as required.

HJ wrote:
I have a list of data that I am trying to summarize in a separate worksheet.
My formula in cell A3= Master!A2. In cell A4 I have the formula = Master!A14
(or 12 rows down). Cell A5= Master!A26 etc. down the entire sheet. I have
manually put in A14, A26, etc. down the column.

How can I automate that formula to say I would like whatever is 12 rows down
from the cell above it? So, in cell A4, I don't want to manually put in A14
but tell it to look 12 rows down from A3.

Does that make sense?



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


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 to plot only visible autofiltered rows in a data list Craig Charts and Charting in Excel 1 June 28th 05 08:38 PM
named range, data validation: list non-selected items, and new added items KR Excel Discussion (Misc queries) 1 June 24th 05 05:21 AM
Pull Current Month's Data Out of List - Repost Karl Burrows Excel Discussion (Misc queries) 4 May 3rd 05 01:06 AM
Add same set of formulae at defined intervals to list of row data PC-Nut Excel Worksheet Functions 10 January 14th 05 05:46 AM
Data Validation List =Name Pitbull Excel Discussion (Misc queries) 3 December 30th 04 06:43 PM


All times are GMT +1. The time now is 11:09 PM.

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

About Us

"It's about Microsoft Excel"