I have a worksheet that is 2201 rows long (with header row), and every other row is a duplicate of the one above it. For every duplicate set, I need to copy column C in the first row and paste it into column B in the second row. For example (first column is B and second column is C):
01/01/2012 12/31/2012
01/01/2012 12/31/2012
01/01/2013 12/31/2013
01/01/2013 12/31/2013
The above needs to look like this when I'm done:
01/01/2012 12/31/2012
12/31/2012 12/31/2012
01/01/2013 12/31/2013
12/31/2013 12/31/2013
Does anyone know of an easy way to do this? I have tried to do this by hand, but it's going to take hours. I've attached a workbook (Copy&PasteExample.xlsx) with a sample. (Note: Column C in the workbook will be deleted after all of the dates are moved, so formulas cannot rely on that column's data remaining.)
I am working in Excel 2010 and I am a beginner at working with macros.
Bookmarks