Hi
I have list of start and end points for particular locations from which I'm trying to create a list in increments of 5. For example the data i have is:
Location number Start Point End point
1 340 505
2 1040 1260
3 1420 1580
etc...
From this, how can i generate in column a series of points that start at 340 and end at 505 in increments of 5? And then do this for the second location (so from 1040 to 1260 again in increments of 5).
Any ideas would be much appreciated. Thank you.
I have list of start and end points for particular locations from which I'm trying to create a list in increments of 5. For example the data i have is:
Location number Start Point End point
1 340 505
2 1040 1260
3 1420 1580
etc...
From this, how can i generate in column a series of points that start at 340 and end at 505 in increments of 5? And then do this for the second location (so from 1040 to 1260 again in increments of 5).
Any ideas would be much appreciated. Thank you.