Hello everyone,
My target is to generate the data filled in yellow.
Basically: there are certain tests to be performed at certain dates (Table 2), and there are features that will take the results of the tests only at specified dates (Table 3), and a table saying which test is relevant to what feature (Table 1).
At the end, I want to have a table that tells me how many tests that are relevant to a feature, were passed AND failed on the specific dates for each feature from Table 3.
I believe COUNTIFS, INDEX and MATCH might help me do this (along with some CONCATENATE to make the "1 passed, 3 failed" text), but I cannot make it work.
Many thanks in advance!
My target is to generate the data filled in yellow.
Basically: there are certain tests to be performed at certain dates (Table 2), and there are features that will take the results of the tests only at specified dates (Table 3), and a table saying which test is relevant to what feature (Table 1).
At the end, I want to have a table that tells me how many tests that are relevant to a feature, were passed AND failed on the specific dates for each feature from Table 3.
I believe COUNTIFS, INDEX and MATCH might help me do this (along with some CONCATENATE to make the "1 passed, 3 failed" text), but I cannot make it work.
Many thanks in advance!
Last edited by a moderator: