![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 8
|
Good day
I was wondering if anyone knows how I can drag cell references so the series continues. Here's what I mean: I would like the first cell to =A3, then the next to go up by cell cells and be =A6....then A9, when I drag the cells with A3, and A6 references, it just repeats that pattern A3,A6,A3,A6...but I would like it to drag to go to A3, A6, A9, A12. Does anyone know a solution to this? Thanks. |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 8
|
Thanks,
But for some reason that formula gives me an errror, I'm not sure how the formula separates the rows and columns |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
In your case the formula would be: -
=INDIRECT("A" & 3+(ROW()-1)*3) Copy this into your first cell (say B1) and autofill down. If you're starting off in a different cell, use the cell row no instead of the -1 above (eg if you're starting in cell B9, use: - =INDIRECT("A" & 3+(ROW()-9)*3) in your first cell). HTH. |
|
|
|
|
|
#5 |
|
New Member
Join Date: May 2002
Posts: 8
|
Thanks a lot!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|