Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
suzie
 
Posts: n/a
Default how do I copy the contents of every 10th cell?

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   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default how do I copy the contents of every 10th cell?

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   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default how do I copy the contents of every 10th cell?

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   Report Post  
Posted to microsoft.public.excel.misc
MartinW
 
Posts: n/a
Default how do I copy the contents of every 10th cell?

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
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
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
How to Copy the value of a cell to any given cell Memphis Excel Discussion (Misc queries) 4 October 21st 05 08:29 PM
Function syntax to compare cell contents ES Excel Worksheet Functions 2 May 18th 05 03:53 PM
Can I use the contents of a cell to satisfy the result_vector arg. robh_2 Excel Worksheet Functions 3 February 24th 05 08:14 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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

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"