Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default paste data in different sheet but skip rows.

Hi,

I would like to copy a column of names from one sheet to another but would
like to paste the data into every second row.

i.e. Sheet1!A7 goes to Sheet2!A7 ; Sheet1!A8 goes to Sheet2!A9 ; Sheet1!A9
goes to Sheet2!A11 etc.

I have seen similar posts / answers using the INDEX formula but can't work
out how to make it work for me!

Any help would be much appreciated!

Thanks
Carmel
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default paste data in different sheet but skip rows.

Carmel,

In sheet2, cell A7, enter

=IF(MOD(ROW(),2)=1,INDEX(Sheet1!$A$7:$A$5000,ROW(A 2)/2),"")

and copy down as far as you need.

HTH,
Bernie
MS Excel MVP


"CarmK" wrote in message
...
Hi,

I would like to copy a column of names from one sheet to another but would
like to paste the data into every second row.

i.e. Sheet1!A7 goes to Sheet2!A7 ; Sheet1!A8 goes to Sheet2!A9 ; Sheet1!A9
goes to Sheet2!A11 etc.

I have seen similar posts / answers using the INDEX formula but can't work
out how to make it work for me!

Any help would be much appreciated!

Thanks
Carmel



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default paste data in different sheet but skip rows.

Wow, that was fantastic! Thanks a million!! You have saved me hours of work!

Now all I need to do is work out How that works! :-)

"Bernie Deitrick" wrote:

Carmel,

In sheet2, cell A7, enter

=IF(MOD(ROW(),2)=1,INDEX(Sheet1!$A$7:$A$5000,ROW(A 2)/2),"")

and copy down as far as you need.

HTH,
Bernie
MS Excel MVP


"CarmK" wrote in message
...
Hi,

I would like to copy a column of names from one sheet to another but would
like to paste the data into every second row.

i.e. Sheet1!A7 goes to Sheet2!A7 ; Sheet1!A8 goes to Sheet2!A9 ; Sheet1!A9
goes to Sheet2!A11 etc.

I have seen similar posts / answers using the INDEX formula but can't work
out how to make it work for me!

Any help would be much appreciated!

Thanks
Carmel




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 can copy only the unhide rows and paste it another sheet svstpl Excel Discussion (Misc queries) 1 December 18th 07 10:17 AM
Cut filtered rows, paste into next empty row of new sheet, and delete cut rows Scott Excel Worksheet Functions 0 December 13th 06 01:25 AM
How to paste data over the hidden rows in a sheet with a filter hezemeftez Excel Discussion (Misc queries) 2 August 2nd 06 03:29 PM
paste formula and skip blanks Sean Excel Discussion (Misc queries) 4 April 6th 06 07:02 PM
copy paste formula to skip rows Greg Excel Worksheet Functions 1 March 8th 06 09:41 PM


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