I can't install the tool to upload a sheet on my work PC so an image will have to suffice. Here's the jist: I have data coming from multiple sheets that I vlookup and format into a summary sheet. It is always the same number of rows like the below example. I want to be able to copy A3:C7 and paste it in A8. A4 is simply ='sheet2'!E4 and then copied down. I want to change the formula in A8 to when I copy the block I don't get ='Sheet 2'!E8 but instead increment it just one so the second block of picks up the NEXT number in the list -- i.e. 'Sheet 2'!E5. Copy the block again and pick up E6 and so on... I've spent quite a bit of time using offset, indirect, and other methods but haven't figured it out.