Hi,
This is my very first post on this. I'm an above average Excel user. I have a list of test references in column A (A1-A2000). I also have an interaction table listing the outcomes of interaction between each of the tests with each other (2000 x 2000 matrix). I have attached 2 sample files with a reduced list of entries (10 test references and a 10 x 10 matrix).
I am trying to maximize the up time of lab equipment. After running one test, say A1, which starts at 5:00 and ends at 5:15, I want the excel sheet to find the next possible test based on 2 conditions.
Condition 1 - The start time of the new experiment should be after the end time of the current experiment (A1 is the current experiment which ends at 5 :15)
Condition 2 - The 2 way lookup result of A1 and the next possible test in the matrix should be equal to or less than 7.
In this instance A2 was selected.
Now the next possible test after A2 is to be assigned, which is A4.
Condition 3
Once selected as the next test, that test should not be picked up in the following rows.
I have tried an approach with INDEX and Match using multiple criteria and a decreasing range, which did not work.
I am looking to create something without using VBA.
Can somebody help me with this?
Thanks
Zee
This is my very first post on this. I'm an above average Excel user. I have a list of test references in column A (A1-A2000). I also have an interaction table listing the outcomes of interaction between each of the tests with each other (2000 x 2000 matrix). I have attached 2 sample files with a reduced list of entries (10 test references and a 10 x 10 matrix).
I am trying to maximize the up time of lab equipment. After running one test, say A1, which starts at 5:00 and ends at 5:15, I want the excel sheet to find the next possible test based on 2 conditions.
Condition 1 - The start time of the new experiment should be after the end time of the current experiment (A1 is the current experiment which ends at 5 :15)
Condition 2 - The 2 way lookup result of A1 and the next possible test in the matrix should be equal to or less than 7.
In this instance A2 was selected.
Now the next possible test after A2 is to be assigned, which is A4.
Condition 3
Once selected as the next test, that test should not be picked up in the following rows.
I have tried an approach with INDEX and Match using multiple criteria and a decreasing range, which did not work.
I am looking to create something without using VBA.
Can somebody help me with this?
Thanks
Zee