Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default copying cells at a specific interval

Hello,
I have a row of 12 000 cells, but i want to use just every 4th cell, for
example:
A1
A2
A3
A4
A5
A6
A7
A8
A9
A10
A11
A12
A13

form that row i need just need A1, A4, A8, A12
How can i copy every 4th cell into another row? Or whatever solution to the
problem you offer
could you help me with this?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default copying cells at a specific interval

could someone help me with this, please?
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default copying cells at a specific interval

in B1
=indirect("A"&row($A1)*4)

drag fill down the column

In your example, A1 is omitted - it is not every 4th cell.

--
Regards,
Tom Ogilvy


"ANton Petrov" wrote in message
...
could someone help me with this, please?



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
Excel 2002: Any button to insert blank rows at specific interval? Mr. Low Excel Discussion (Misc queries) 5 March 29th 09 02:51 PM
How do you create a series based on a specific interval? Steve Hickman Excel Discussion (Misc queries) 4 July 2nd 08 01:48 PM
Copying records from a date interval from one worksheet to another ricky[_2_] Excel Discussion (Misc queries) 1 July 22nd 07 05:32 AM
Copying specific cells from a sheet to another Catalin Excel Discussion (Misc queries) 1 July 28th 06 11:59 PM
Specific keywords copying data to cells Leo Edwards Excel Worksheet Functions 6 June 12th 06 03:20 PM


All times are GMT +1. The time now is 07:12 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"