OK, I dont think this can be solved with excel formulas, it may need a macro. I hope I am wrong and that someone can point me in the right direction:
Imagine, if you will that there are some roads named road1 - road5 (to keep things simple), and that each road has a mileage. These roads are walked on a number of days between certain mileages, thus you get the following data:
Day RoadNum StartMileage EndMileage
1 Road1 23.5 25
1 Road2 12 14
1 Road4 13 15
2 Road2 13 15
2 Road1 20 25
Now, the problem. I need to know the last time each part of a road was covered and the day. So from the above data I would get:
RoadNum Start End Day
Road1 20 25 2
Road2 12 13 1
Road2 13 15 2
Road4 13 15 1
Does this make sense? Is it possible? I think not, but I live in hope.
Bookmarks