Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Formulas
 
Posts: n/a
Default repeating formulas by the same row or colum increment as the last.

I need to repeat formulas in a sheet by the same #of rows. I mean I might
increase the copied value by 22 rows. How can I enter that without typing
each row increment. So if I was to copy row 22 and then row 42 and then row
62. I might have one that looked like +sheetnameb22. The next one would be
+sheetname b42, the next +sheetnameB62
  #2   Report Post  
Max
 
Posts: n/a
Default

One way ..

Supposing you want to increase the row reference
in the formula in steps of 20 as you copy down,
i.e. you want to have it in say, Sheet2's A1:A3 as

In A1: =Sheet1!B22
In A2: =Sheet1!B42
In A3: =Sheet1!B62

Put in A1:
=INDIRECT("Sheet1!B"&ROWS($A$1:A1)*20+2)
Copy A1 down to A3

A1:A3 will return the desired results from Sheet1
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Formulas" wrote in message
...
I need to repeat formulas in a sheet by the same #of rows. I mean I might
increase the copied value by 22 rows. How can I enter that without typing
each row increment. So if I was to copy row 22 and then row 42 and then

row
62. I might have one that looked like +sheetnameb22. The next one would

be
+sheetname b42, the next +sheetnameB62



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
repeating formulas by the same row or colum increment as the last. Formulas Excel Discussion (Misc queries) 0 February 24th 05 04:55 AM
repeating formulas by the same row or colum increment as the last. Formulas Excel Discussion (Misc queries) 0 February 24th 05 04:51 AM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM
lookup in colum a and compare values in colum b Boggled Excel User Excel Worksheet Functions 14 October 29th 04 06:38 PM


All times are GMT +1. The time now is 05:51 AM.

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"