Hello everybody,
I am looking for a formula which is able to select number of trips with highest priorities.
1 T P F
2 M J K
3 K Q R
4 D G H
5 T G H
6 A Q R
7 M Q R
8 E Q R
9 L Q R
10 R E Q
11 L A K
12 B H C
13 N M H
14 O E Q
15 H E Q
This table describes that the first trip #1 goes from point "T" to point "P" to point "F". The second trip #2 goes from point "M" to point "J" to point "K". Etc.
The result should be looking like shown below:
1 T P F
2 M J K
4 D G H
6 A Q R
The trip number 3 is not possible to choose as a proper trip because the point "K" is already chosen in the higher priority trip #2.
Is it possible to somehow automate those results above?
Thank you.
Bookmarks