Copy random range of cells to the same random format

raamdrvr

New Member
Joined
May 12, 2017
Messages
10
hi

I want to copy the cells by random range and paste it in the same random range

for example refer the insert image


Thank you
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
for example: if I select the cell A2, A4, A6 and A7 to copy and then have to paste the same in B2, B4, B6 and B7 as shown the table below.
AB
1ValueResult
245664566
3598
42323
52
6666666
7789789

<tbody>
</tbody>
 
Upvote 0
Normal pasting places the values one under another, so I think this would have to be done via VBA, Im not an expert in that area.
 
Last edited:
Upvote 0
at a time I have to select these all cells A2, A4, A6 and A7 and paste it to another cell with same "row intervals"
 
Upvote 0

Forum statistics

Threads
1,215,375
Messages
6,124,578
Members
449,174
Latest member
chandan4057

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