I have 300 rows of data on sheet one in my file. I am copying each row into two rows on sheet two. So, Sheet1!A1 = Sheet2!A1 and Sheet1!B1 = Sheet2!A2, Sheet1!A2 = Sheet2!C1 and Sheet1!B2 = Sheet2!D1, and so on. The problem I have is that when I copy the cells on Sheet 2 from rows 1 and 2 into the 598 rows below that, the cell references in each row increment by 1. However, I need the two consecutive rows (rows 3 and 4 for example) to point to a single row on Sheet 1 (row 2 for example). Then rows 5 and 6 on sheet 2 would point to row 3 on sheet 1. How can I copy the rows on Sheet 2 so these increments are done automatically? Thank you in advance for your help.