I need to combine 11 worksheets worth of data into one "master" worksheet and the dataset will grow throughout the year. I need code that will find out if cell g2 (on the sheets where the data is to be copied from) is populated and if it is it will copy the entire dataset (the last column is column X so it'd be for example copy row A2:X553). It will then copy this data and put it into the master sheet in the first unpopulated row. (example: copies the data from sheet2 (A2:X553) and pastes it into master (A2:X553), copies data from sheet3 (A2:X54) and pastes it into master after data from sheet 1 (A554:X608)). If anyone could please help me with this that would be a huge help! thank you