Repeat the item in the list.

srizki

Well-known Member
Joined
Jan 14, 2003
Messages
1,846
Office Version
  1. 365
Platform
  1. Windows
Repeat the items:
I have our company interest in corresponding cell that I need to repeat, so,

0.50882
1.59915
1.59915
1.62267
1.59915
1.62267
0.52931
1.6075
0.50882

<tbody>
</tbody>
Will become,
0.50882
0.50882
1.59915
1.59915
1.59915
1.59915
1.62267
1.62267
1.59915
1.59915
1.62267
1.62267
0.52931
0.52931
1.6075
1.6075
0.50882
0.50882

<tbody>
</tbody>

What is the fastest way of doing this? I have been manually adding space and then using F5 blank and =up arrow, enter to do this.
Thanks.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
One quick and easy way that does not require any VBA is to do the following.
Insert a helper column. Enter 1 in the first row, 2 in the second row, and then autofill down for all rows.
Then highlight and copy these two columns of data for just the populated rows, and paste just below the last row.
Then, sort it my your helper column.
You can then delete the helper column at that point, if you like.
 
Upvote 0
Thank you Joe, I appreciate.

Best regards,
 
Upvote 0

Forum statistics

Threads
1,216,743
Messages
6,132,455
Members
449,729
Latest member
davelevnt

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