Hello everyone
I have all this data in one workbook called "Data".
Depending on the left number ("1714"), there is a number in the right that specifies the amount of times the number has shown. In each row, the data from column C to column J changes.
Depending on how many times the number appears, i need to copy the data to another sheet called "Dataport". My problem is that the copy method changes based on how many times the number appears. It changes if the number appears 1 time, 2 times, 3 times, 4 times, and if it appears 5 times or more the criteria to copy will be the same ( i have prints the specific ranges to copy depending on the number)
When it stops copying the data from the number, i want to pass to the other number and do the same process of copying, starting in a specific cell.
The range to copy is 55 rows. However, if the number of times the number shows huge, i have to add more lines so i can copy all data.
Therefore, i copy the data and 55 rows after, starting from the "first copy", i do the same process for another number.
I hope i was explicit, and i can give more details so you can help me do a macro to this process, since it is really automatic and has, i guess, five variables and then loop all the data sheet.