Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have tried to create another column by starting the pattern b1, b11, b21,
b31 and tried to continue the pattern by using the fill handle and using fill series, but both of these restart the pattern using a different cell. I don't know what else I can try. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One possible way
=INDEX(B:B,ROWS($A$1:A1)*10-9) will return what's in B1, B11, B21 and so on when you copy it down -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com "It is a good thing to follow the first law of holes; if you are in one stop digging." Lord Healey "suzie" wrote in message ... I have tried to create another column by starting the pattern b1, b11, b21, b31 and tried to continue the pattern by using the fill handle and using fill series, but both of these restart the pattern using a different cell. I don't know what else I can try. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
suzie
=OFFSET($A$1,10*ROW()-10,0) Entered in B1 and dragged down column B will give you contents of A1, A11, A21 etc. Gord Dibben MS Excel MVP On Tue, 13 Jun 2006 18:30:01 -0700, suzie wrote: I have tried to create another column by starting the pattern b1, b11, b21, b31 and tried to continue the pattern by using the fill handle and using fill series, but both of these restart the pattern using a different cell. I don't know what else I can try. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Suzie,
Another way is to put numbers 1 to 10 (i.e. 1 in A1, 2 in A2 etc.) in a blank column then copy them down to the end of your data and then use autofilter to select every tenth row. HTH Martin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
How to Copy the value of a cell to any given cell | Excel Discussion (Misc queries) | |||
Function syntax to compare cell contents | Excel Worksheet Functions | |||
Can I use the contents of a cell to satisfy the result_vector arg. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |