rshetty_79
New Member
I am looking for a formula with which I want to calculate the "Unique scripts executed" out of a chunk of data.
Details:
A script is executed if the 'status' column says Passed or Failed.
A script is identified by its name shown in column 'Plan: Test Name'
Unique scripts are one which are taken in the count only once even if they are executed more than once.
Logic:
1. Unique scripts = The latest 'Exec Date' where a particular 'Plan: Test Name' appears more than once and the 'Status' is Passed or Failed.
2. Count of the Column 'Exec Date' where the Status is Passed or Failed and 'Exec Date' is <Today's date>
3. if a script has been executed more than once on the same day then the column 'Time' should be taken for checking the latest time.
Exec Data, Plan: Test name, Status, Time are all Column titles.
Exec Date = Date
Plan Test Name = script name
Status = Passed, Failed, Blocked, N/A.
Time = Time stamp in following format 4:31:43 PM
I wanted to attach the excel to this question, but there is not option to do so to this.
Details:
A script is executed if the 'status' column says Passed or Failed.
A script is identified by its name shown in column 'Plan: Test Name'
Unique scripts are one which are taken in the count only once even if they are executed more than once.
Logic:
1. Unique scripts = The latest 'Exec Date' where a particular 'Plan: Test Name' appears more than once and the 'Status' is Passed or Failed.
2. Count of the Column 'Exec Date' where the Status is Passed or Failed and 'Exec Date' is <Today's date>
3. if a script has been executed more than once on the same day then the column 'Time' should be taken for checking the latest time.
Exec Data, Plan: Test name, Status, Time are all Column titles.
Exec Date = Date
Plan Test Name = script name
Status = Passed, Failed, Blocked, N/A.
Time = Time stamp in following format 4:31:43 PM
I wanted to attach the excel to this question, but there is not option to do so to this.