A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Copy every nth cell across columns



 
 
Thread Tools Display Modes
  #1  
Old March 15th, 2004, 08:01 PM
TMilner
external usenet poster
 
Posts: n/a
Default Copy every nth cell across columns

I have been trying to copy certain data that is arranged
consistently across columns where the data that I want to
put into a summary sheet would be from the same row but
every 7th column going to the right from cell A4. Is
there an easy way to do this? I have tried the every nth
row but it won't let me copy the first occurence of data
in my source sheet.

Thanks in advance for any advice,
TMilner
  #2  
Old March 15th, 2004, 09:33 PM
Peo Sjoblom
external usenet poster
 
Posts: n/a
Default Copy every nth cell across columns

Use something like

=OFFSET(Sheet1!$A$4,,COLUMN(A4)*7-7)

copy across will give you A4, H4 and so on

if you want A4, G4 replace 7 by 6

--

Regards,

Peo Sjoblom


"TMilner" wrote in message
...
I have been trying to copy certain data that is arranged
consistently across columns where the data that I want to
put into a summary sheet would be from the same row but
every 7th column going to the right from cell A4. Is
there an easy way to do this? I have tried the every nth
row but it won't let me copy the first occurence of data
in my source sheet.

Thanks in advance for any advice,
TMilner



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:12 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.