duplicate text
With your data in column A, In B1 enter:
=INT(ROUNDDOWN((ROW()+1)/2,1))-1 and copy down
In C1 enter:
=OFFSET($A$1,B1,0) and copy down. For example:
hat 0 hat
cat 0 hat
bat 1 cat
rat 1 cat
mouse 2 bat
bird 2 bat
flea 3 rat
3 rat
4 mouse
4 mouse
5 bird
5 bird
6 flea
6 flea
--
Gary''s Student - gsnu200839
"Kiannie" wrote:
I want to duplicate names, example :
Dog
Cat
Duck
duplicate to
Dog
Dog
Cat
Cat
Duck
Duck
|