cutting and pasting (excel newbie)

Linda Barwick

New Member
Joined
Sep 16, 2002
Messages
2
this may be a really dumb question, forgive me!

I have an excel file containing genealogy data. I've been trying to record a macro to copy the contents of every second line in one column to the adjacent right column.

I just can't seem to get it to work.

What I would ideally like to do is to select every second cell in the column, then cut and then paste them to the right. But excel tells me it can't cut this type of selection.

Any suggestions?

Thanks
Linda in Sydney
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
G'day Linda in Sydney,

A quick solution is to enter this formula into the first cell of the second column and drag it down the column.(Assumes your original data is in column A)

=IF(MOD(ROW()/2,1)=0,A1,"")

Every second entry will appear in the second column. Then just select the whole column, copy and paste values into the same place to remove the formulas.

Dirty but it's a quick fix.

Regards,

DBA in Melbourne
 
Upvote 0
DBA in Melbourne
- thanks, with a bit of fiddling to put in the relevant row and column numbers I can get it to work for one cell

what do you mean by 'drag it down the column'?

Sorry if this is another dumb question:
:wink:

Linda
 
Upvote 0

Forum statistics

Threads
1,214,575
Messages
6,120,344
Members
448,956
Latest member
Adamsxl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top