Hi Luke,
I tried this and not working
=SUMPRODUCT(Severity)*(Status="Open")
I have other table with following:
Table2:
Severity1 Severity2 Severity3 Severity 4
New
Open
Closed
So from the above table 1 i need to search all open for Sev1 and put the total sum under new.
I want to search the values in 2 columns and add as count in the other column of the table
Table1 :
Column 1: Status , Column 2: Severity
New S1
Open S2
Close S3
S3