Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default copy every 5th cell in the column to different worksheet

I want to copy every 5th cell in the column to different worksheet. Could you
advise me?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default copy every 5th cell in the column to different worksheet

Let's say we want to get every fifth cells from column A in Sheet2. In the
new sheet at the top of any column enter:

=INDIRECT("Sheet2!A" & ROW()*5)

and copy down
--
Gary's Student


"EE_TRAINER" wrote:

I want to copy every 5th cell in the column to different worksheet. Could you
advise me?
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 527
Default copy every 5th cell in the column to different worksheet

Or a variation of the same formula

=INDIRECT("Sheet1!"&ADDRESS(ROW()*5,1)) entered in a1 of sheet 2


Regards
Peter
"EE_TRAINER" wrote:

I want to copy every 5th cell in the column to different worksheet. Could you
advise me?
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 301
Default copy every 5th cell in the column to different worksheet

Enter A5 and A10 in the new sheet (NO equal sign!)
Use the fill handle & drag down as far as you want, for example, the last
few items would say A195, A200
Select all, Edit/Replace, replace A with =Sheet2!A
and you have it.
Bob Umlas

"Gary''s Student" wrote in message
...
Let's say we want to get every fifth cells from column A in Sheet2. In

the
new sheet at the top of any column enter:

=INDIRECT("Sheet2!A" & ROW()*5)

and copy down
--
Gary's Student


"EE_TRAINER" wrote:

I want to copy every 5th cell in the column to different worksheet.

Could you
advise me?
Thanks



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
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
hpw do I logic test a cell then copy the row to diff. SS Debi Excel Worksheet Functions 4 October 5th 05 09:42 PM
Copy from worksheet to another x times Union70 Excel Discussion (Misc queries) 0 March 7th 05 09:03 PM


All times are GMT +1. The time now is 10:01 PM.

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"