I have the below table i neeed to count the no.of.triggers that are enabled.
TABLE NAME OBJECT TYPE STATUS
factory Triggers ENABLED
PRODUCT Packages ENABLED
REFERE Triggers ENABLED
In 2007 i tried below but they are not working what i am making mistake in this ?
=COUNTIFS(D:D,"Triggers",F:F,"ENABLED")
I need a 2003 compatibile formula since COUNTIFS is introducted only in 2007 i tried the below query for 2003 again they also yeileded "0". clearly i am missing some thing here.
=SUMPRODUCT((D:D="Triggers")*(F:F="ENABLED"))