Firstly, apologies as I couldn't manage to upload the excel sheet on here so I took a screen shot instead - link towards the bottom of the post
The example shows two tables, the table at the top is the data in it's current format, and below it is an example of how it needs to look.
Essentially, in column A there are street numbers which comprise a range, i.e. 1-3. I need to split each of these into an individual row, for example the row with 1-3 would turn into rows 1, 2 & 3 whilst retaining the data in the other columns. It's probably easier to look at the two examples given in the screenshot to understand this....
The main issue is that the ranges of data are not uniform, so the data does not go 1-3, 4-6 etc. Some cells may have a range of 2 others may have a range of 10.
This is a very large dataset and as such I think VBA is the only solution, although I am not entirely sure whether this can actually be done.
Screenshot:
I hope i have explained the scenario well enough to be understood, any suggestions on possible VBA would be much appreciated.
Thanks very much!
quercus
The example shows two tables, the table at the top is the data in it's current format, and below it is an example of how it needs to look.
Essentially, in column A there are street numbers which comprise a range, i.e. 1-3. I need to split each of these into an individual row, for example the row with 1-3 would turn into rows 1, 2 & 3 whilst retaining the data in the other columns. It's probably easier to look at the two examples given in the screenshot to understand this....
The main issue is that the ranges of data are not uniform, so the data does not go 1-3, 4-6 etc. Some cells may have a range of 2 others may have a range of 10.
This is a very large dataset and as such I think VBA is the only solution, although I am not entirely sure whether this can actually be done.
Screenshot:
I hope i have explained the scenario well enough to be understood, any suggestions on possible VBA would be much appreciated.
Thanks very much!
quercus