I am working with an Excel sheet where I need to take numbers from a cell and then parse them to determine what rows to run.
An example of the data would be something like this: 2,5-10,20-27
I need to figure out how to build an array of the numbers to determine the correct rows to run.
So the result would be:
2 5 6 7 8 9 10 20 21 22 23 24 25 26 27
Any help would be appreciated. I did a search of the forum but no luck.
Mack
An example of the data would be something like this: 2,5-10,20-27
I need to figure out how to build an array of the numbers to determine the correct rows to run.
So the result would be:
2 5 6 7 8 9 10 20 21 22 23 24 25 26 27
Any help would be appreciated. I did a search of the forum but no luck.
Mack