Using an existing database with nonfixed boundaries I am creating a new one with uniform boundaries.
The simple spreadsheet I will use in this comment isn't what the database actually looks like but represents what I am trying to achieve.
Start Finish Assigned #
0 15 1
15 25 2
25 40 3
40 55 2
55 60 2
60 80 4
80 95 3
95 100 2
Here I have the old data, organised into sections that have the same assigned number. (Note: the assigned number may be the same as the previous cell). I wish to change it into this structure:
Start Finish #
0 20
20 40
40 60
60 80
80 100
It will be organised by the start and finish instead of by the assigned number. Instead I would like the number to reflect the lowest assigned number that occupies a part of that area.
Is it possible to create a forumla which would achieve this? Although it seems like a simple problem I'm unable to find an answer. Any help would be much appreciated.
Bookmarks