0% found this document useful (0 votes)
0 views1 page

Dashboard Formulas

Uploaded by

venkataramanasa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views1 page

Dashboard Formulas

Uploaded by

venkataramanasa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Cluster: In Label: SF6 and EU_Bank as SF6 remaining SF.

Issue Type 2(Column P)

=IFERROR(VLOOKUP($N2,Total!A:C,3,FALSE),"")

Status of Linked Issue(Column Q)

=IFERROR(VLOOKUP($N2,Total!A:D,4,FALSE), "")

Status of Test Execution (Column R)

=IF($P2="Test Execution",VLOOKUP($N2,Total!$A:$K,11,FALSE), "")

Resolution 2 (Column S)

=IF(P2="Defect",VLOOKUP(N2,Total!A:N,14,FALSE),"")

Summary 2 (Column T)

=IF($P2="Test Execution",VLOOKUP($N2,Total!$A:$G,7,FALSE), "")

Test Type (Column U)

=IF(LOWER(LEFT(T2,3))="UAT","UAT",IF(LOWER(LEFT(T2,5))="SITII","SITII",IF(LOWER(LEFT(T2,5))="SI
TI:","SITI",IF(LOWER(LEFT(T2,4))="SIT:","SITI",IF(LOWER(LEFT(T2,8))="SIT/UAT:","UAT", "")))))

Begin Date: =TEXT(TRIM(IF($P2="Test Execution",VLOOKUP($N2,Total!$A:$Q,15,FALSE), "")), "dd-


mm-yyyy")

End Date: =TEXT(TRIM(IF($P2="Test Execution",VLOOKUP($N2,Total!$A:$Q,16,FALSE), "")), "dd-mm-


yyyy")

You might also like