I often receive set of numbers series (from numbers to to numbers), which needs to be consolidated. For example:
This is the raw data I receive:
From To
2021454667 2021454866
3021841686 3021841935
3021841936 3021842435
3021842436 3021842648
3021850649 3021850935
3021850936 3021851035
3021851036 3021851285
3021851286 3021851385
When consolidated it will be:
From To
2021454667 2021454866
3021841686 3021842648
3021850649 3021851385
Please find attached the excel sheet and check all the three sheets, rawdata (as I receive), WorkingSheet (How I work it), Result (final output file). In the Working Sheet I have explain what is required and how I do it.
I hope I have explained the problem clearly. I need a solution with some simple VBA or through formula.
Note: I receive data which runs into 10K rows and more...
Thank you in advance.
Syed Ahmed
This is the raw data I receive:
From To
2021454667 2021454866
3021841686 3021841935
3021841936 3021842435
3021842436 3021842648
3021850649 3021850935
3021850936 3021851035
3021851036 3021851285
3021851286 3021851385
When consolidated it will be:
From To
2021454667 2021454866
3021841686 3021842648
3021850649 3021851385
Please find attached the excel sheet and check all the three sheets, rawdata (as I receive), WorkingSheet (How I work it), Result (final output file). In the Working Sheet I have explain what is required and how I do it.
I hope I have explained the problem clearly. I need a solution with some simple VBA or through formula.
Note: I receive data which runs into 10K rows and more...
Thank you in advance.
Syed Ahmed
Attachments
Last edited: