Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default copy data from sheet1 to sheet but in varying positons

I need to copy the info from Sheet1 a11 to Sheet2 a4, but then the next
entry is Sheet 1 a12 to Sheet2 a 24, Sheet 1 a13 to Sheet2 a44 etc.... with
the spacing being the same number of cells apart.

='Sheet1'!$A12 goes into Sheet2 cell a24
='Sheet1'!$A13 goes into Sheet2 cell a44
='Sheet1'!$A14 goes into Sheet2 cell a64

I want to be able to paste the formula into Sheet 2 as there are 8 different
items that I need to import per grouping. Any ideas?

Bossman
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default copy data from sheet1 to sheet but in varying positons

Here's one way of doing it - put this formula in A4 of Sheet2:

=INDIRECT("'Sheet1'!A"&INT((ROW()+16)/20)+10)

Then copy it into A24, A44, A64 etc of Sheet2.

Hope this helps.

Pete

"Bossman7121" wrote in message
...
I need to copy the info from Sheet1 a11 to Sheet2 a4, but then the next
entry is Sheet 1 a12 to Sheet2 a 24, Sheet 1 a13 to Sheet2 a44 etc....
with
the spacing being the same number of cells apart.

='Sheet1'!$A12 goes into Sheet2 cell a24
='Sheet1'!$A13 goes into Sheet2 cell a44
='Sheet1'!$A14 goes into Sheet2 cell a64

I want to be able to paste the formula into Sheet 2 as there are 8
different
items that I need to import per grouping. Any ideas?

Bossman



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default copy data from sheet1 to sheet but in varying positons

Pete ! ! !

Thanks man, that worked perfectly ! !

Much appreciation here. Never used the indirect, and want to learn a little
more about it. Fantastic !

Thanks

Bossman


"Pete_UK" wrote:

Here's one way of doing it - put this formula in A4 of Sheet2:

=INDIRECT("'Sheet1'!A"&INT((ROW()+16)/20)+10)

Then copy it into A24, A44, A64 etc of Sheet2.

Hope this helps.

Pete

"Bossman7121" wrote in message
...
I need to copy the info from Sheet1 a11 to Sheet2 a4, but then the next
entry is Sheet 1 a12 to Sheet2 a 24, Sheet 1 a13 to Sheet2 a44 etc....
with
the spacing being the same number of cells apart.

='Sheet1'!$A12 goes into Sheet2 cell a24
='Sheet1'!$A13 goes into Sheet2 cell a44
='Sheet1'!$A14 goes into Sheet2 cell a64

I want to be able to paste the formula into Sheet 2 as there are 8
different
items that I need to import per grouping. Any ideas?

Bossman




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default copy data from sheet1 to sheet but in varying positons

You're welcome, Bossman - thanks for feeding back.

You might also like to look at the OFFSET function in Excel Help -
another way to do it.

Pete

On Dec 6, 1:43 pm, Bossman7121
wrote:
Pete ! ! !

Thanks man, that worked perfectly ! !

Much appreciation here. Never used the indirect, and want to learn a little
more about it. Fantastic !

Thanks

Bossman



"Pete_UK" wrote:
Here's one way of doing it - put this formula in A4 of Sheet2:


=INDIRECT("'Sheet1'!A"&INT((ROW()+16)/20)+10)


Then copy it into A24, A44, A64 etc of Sheet2.


Hope this helps.


Pete


"Bossman7121" wrote in message
...
I need to copy the info from Sheet1 a11 to Sheet2 a4, but then the next
entry is Sheet 1 a12 to Sheet2 a 24, Sheet 1 a13 to Sheet2 a44 etc....
with
the spacing being the same number of cells apart.


='Sheet1'!$A12 goes into Sheet2 cell a24
='Sheet1'!$A13 goes into Sheet2 cell a44
='Sheet1'!$A14 goes into Sheet2 cell a64


I want to be able to paste the formula into Sheet 2 as there are 8
different
items that I need to import per grouping. Any ideas?


Bossman- Hide quoted text -


- Show quoted text -


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
how do copy "sheet1!A1+1 in sheet2 to sheet 3 and get "sheet2!A1+ Dany Excel Discussion (Misc queries) 5 April 16th 07 03:27 AM
Copy result from sheet1 to sheet2 Winnie Excel Discussion (Misc queries) 3 June 26th 06 09:22 AM
transfer data from sheet1 to sheet 2 joe311 Excel Worksheet Functions 5 April 13th 06 01:49 AM
Macro-Copy various cells in sheet1 into next available row in sheet 2 lunker55 Excel Discussion (Misc queries) 7 October 21st 05 11:05 PM
Copy values from Sheet1 to Sheet2 Eintsein_mc2 Excel Discussion (Misc queries) 1 January 6th 05 05:02 AM


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