The answer to question 1 is yes, there will just be 3 different values to choose from in that one column. It is a ranking based on the importance of the part
The rules for sorting are as follows, 1. grab the the ranking with the highest priorty "1" ranking and earliest due date, and then repeat right under that one with the second highest priority by finding the earliest due date with a "2" ranking, and finally followed by the "3" priority with the earliest due date, and then it just repeats this sorting all the way down the spreadsheet. I'm trying to spread out workload by having a high priority, with medium, with, low to give a nice workload balance. I hope this makes sense. The dates are important as due dates, of course you want the earliest due date first in a MM/DD/YY fashion. It gets a little more complicated then what I just said, I"m afraid some code will have to be written, and I am not knowledgeable on how to write code for this exercise. Can you help me
----- AlfD > wrote: ----
Help
Need more information
1. Will there always be 1,2,3 in that order and no other values in co
3
2. What are the rules for sorting? e.g. How do you choose one of th
status 1 's for the first trio and the other for the second? Is it th
first you meet going down the column?
3.Do the values of the dates have any bearing (looks unlikely) and i
so are they DD/MM/YY or MM/DD/YY
Al