In EXCEL 2007, Been using COUNTIFS for awhile, now all the sudden I can't get it to work. Please see the below table and let me know if I am going crazy. Because I can't figure out what the @#%$ is giving me these MET #'s.
Shouldn't
A2=2, A3=3, A4=3
A2=COUNTIFS(B2,">=10",C2,">=20",D2,">=30")
A3=COUNTIFS(B3,">=10",C3,">=20",D3,">=30")
A4=COUNTIFS(B4,">=10",C4,">=20",D4,">=30")
[TABLE="width: 192"]
<TBODY>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"]A
[/TD]
[TD="width: 64, bgcolor: transparent"]B
[/TD]
[TD="width: 64, bgcolor: transparent"]C
[/TD]
[TD="width: 64, bgcolor: transparent"]D
[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]1
[/TD]
[TD="width: 64, bgcolor: transparent"]MET
[/TD]
[TD="width: 64, bgcolor: transparent"]>=10
[/TD]
[TD="width: 64, bgcolor: transparent"]>=20
[/TD]
[TD="width: 64, bgcolor: transparent"]>=30
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2
[/TD]
[TD="bgcolor: transparent"]0
[/TD]
[TD="class: xl63, bgcolor: transparent"]20
[/TD]
[TD="class: xl63, bgcolor: transparent"]20
[/TD]
[TD="class: xl63, bgcolor: transparent"]19
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3
[/TD]
[TD="bgcolor: transparent"]1
[/TD]
[TD="class: xl63, bgcolor: transparent"]15
[/TD]
[TD="class: xl63, bgcolor: transparent"]21
[/TD]
[TD="class: xl63, bgcolor: transparent"]30
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]4
[/TD]
[TD="bgcolor: transparent"]1
[/TD]
[TD="bgcolor: transparent"]10
[/TD]
[TD="bgcolor: transparent"]25
[/TD]
[TD="bgcolor: transparent"]39
[/TD]
[/TR]
</TBODY>[/TABLE]
Shouldn't
A2=2, A3=3, A4=3
A2=COUNTIFS(B2,">=10",C2,">=20",D2,">=30")
A3=COUNTIFS(B3,">=10",C3,">=20",D3,">=30")
A4=COUNTIFS(B4,">=10",C4,">=20",D4,">=30")
[TABLE="width: 192"]
<TBODY>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"]A
[/TD]
[TD="width: 64, bgcolor: transparent"]B
[/TD]
[TD="width: 64, bgcolor: transparent"]C
[/TD]
[TD="width: 64, bgcolor: transparent"]D
[/TD]
[/TR]
[TR]
[TD="width: 64, bgcolor: transparent"]1
[/TD]
[TD="width: 64, bgcolor: transparent"]MET
[/TD]
[TD="width: 64, bgcolor: transparent"]>=10
[/TD]
[TD="width: 64, bgcolor: transparent"]>=20
[/TD]
[TD="width: 64, bgcolor: transparent"]>=30
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]2
[/TD]
[TD="bgcolor: transparent"]0
[/TD]
[TD="class: xl63, bgcolor: transparent"]20
[/TD]
[TD="class: xl63, bgcolor: transparent"]20
[/TD]
[TD="class: xl63, bgcolor: transparent"]19
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]3
[/TD]
[TD="bgcolor: transparent"]1
[/TD]
[TD="class: xl63, bgcolor: transparent"]15
[/TD]
[TD="class: xl63, bgcolor: transparent"]21
[/TD]
[TD="class: xl63, bgcolor: transparent"]30
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]4
[/TD]
[TD="bgcolor: transparent"]1
[/TD]
[TD="bgcolor: transparent"]10
[/TD]
[TD="bgcolor: transparent"]25
[/TD]
[TD="bgcolor: transparent"]39
[/TD]
[/TR]
</TBODY>[/TABLE]