Trying to find a way to copy column A to 4 copies of each row to column B.
IS there a quick/easy way to do the following:
See excel attachment
Trying to find a way to copy column A to 4 copies of each row to column B.
IS there a quick/easy way to do the following:
See excel attachment
Last edited by tjcase; 04-21-2011 at 11:35 AM.
You can copy the text strings 4 times each, but the colours cannot be copied with Excel formulas..
in B2:
=INDEX($A$2:$A$4,MOD(INT((ROW()-ROW($A$2))/4),4)+1)
adust range to suit your data and copy down
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
The formula of
=INDIRECT("A"&1+CEILING((ROW()-1)/4,1))
in C2 and pull down works for me.
I don't know if Ceiling was in 2003. If not then you will need to find an equivalent rounding of my formula.
Looks like it was from http://www.techonthenet.com/excel/formulas/ceiling.php
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
Thank all for the help. Much time saver for me!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks