how to do a copy from a series cells

sayhi80

New Member
Joined
Jan 8, 2016
Messages
5
Hi guys, I have a long list at column A, and I want to do a copy in column B for two or three of each. how do I use a formula to do that? thanks.
A
john
mike
phil
paul
......
B
john
john
mike
mike
phil
phil
paul
paul
......
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
I want to do a copy in column B for two or three of each.

Hi, here is one option you can try:


Excel 2013
ABC
1ListResultRepeats
2johnjohn3
3mikejohn
4philjohn
5paulmike
6mike
7mike
8phil
9phil
10phil
11paul
12paul
13paul
Sheet1
Cell Formulas
RangeFormula
B2=T(INDEX($A$2:$A$1000,ROUNDUP(ROWS($B$2:B2)/$C$2,0)))
 
Upvote 0

Forum statistics

Threads
1,215,299
Messages
6,124,132
Members
449,143
Latest member
LightArisen

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