Colum H has values of OPEN and CLOSED
Colum AK has ranges of numbers .
I want to show the total number of colum J's that are under 50k only if colum h = OPEN
I tried this
=SUM(COUNTIF(AK12:AK6000,"<50000"), COUNTIF(H12:H6000,"=OPEN"))
Any ideas?
Colum AK has ranges of numbers .
I want to show the total number of colum J's that are under 50k only if colum h = OPEN
I tried this
=SUM(COUNTIF(AK12:AK6000,"<50000"), COUNTIF(H12:H6000,"=OPEN"))
Any ideas?