Hi I would like to copy a sequence in a formula with a constant increment. =sheet!$A1 then A13 then A25 ......
Hi I would like to copy a sequence in a formula with a constant increment. =sheet!$A1 then A13 then A25 ......
Try this...
=INDIRECT("sheet1!A"&((ROW(A1)-1)*12)+1)
Drag it down...
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
In first cell
=INDEX(Sheet1!A:A,(ROW(A1)-1)*12+1)
Copy down
Life's a spreadsheet, Excel!
Say thanks, Click *
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks