Hi,
I'm creating an overview for test results.
But I want to have automatically shown what the status is of a group of tests.
I have on a tab "Configuration" the following possibility of the status where per test can be selected from:
To do
In progress
Passed
Accepted by PO
Failed
Not tested
On tab test case per test can be selected one of the above created status. which also will be automatically be filled at tab "Overview"
Where I have at column "P" the status per test
for example
row 10 has status "To do"
row 11 has status "Failed"
row 12 has status " In progress"
In column "L" (of tab overview) I want to use an formula that automatically shows what the status is over the group of tests. (one group is row 10, 11 and 12)
So if 1 state is "To do" in row 10 till 12 of column P than show the text "To do"
If that state is not present but "In progress" Is then show in progress as text
if that is not present than show the text "Passed"
if that is not present than shown the text "Accepted by PO"
If that is not present than show the text "Failed"
If all is not present or field is empty than shown "Not tested" as text.
I have no clue how what the best way is to approach this.
Can you help me with this question??