W
wildman
=SUM(IF((FIXEDm!$F$2:$F$5000="WG1")*OR((LEFT(FIXEDm!$I$2:$I$5000,4)="2q13"),(LEFT(FIXEDm!$I$2:$I$5000,4)="2q15"),(LEFT(FIXEDm!$I$2:$I$5000,4)="2q17")),1,0))
I am trying to SUM in an array using "or"
I just want to count the folks in work group 1 (WG1)
that also have a job code with the left 4 Characters
2q13 or 2q15 or 2q17. When this runs I think it counts everyone in
work group 1.
( first try using "OR")
Works OK if I ... add the separate SUM statements together but gets
quite long.
Any help on "OR"?
Thanks in advance.
Wildman
I am trying to SUM in an array using "or"
I just want to count the folks in work group 1 (WG1)
that also have a job code with the left 4 Characters
2q13 or 2q15 or 2q17. When this runs I think it counts everyone in
work group 1.
( first try using "OR")
Works OK if I ... add the separate SUM statements together but gets
quite long.
Any help on "OR"?
Thanks in advance.
Wildman