Attached document should show the problem, but column BN has:
which ignores cells that has "a" or "p" in it. I believe it should be counting them.![]()
=COUNTIF(Table1[[#This Row],[10/31]:[1/2]],"x")+COUNTIFS(Table1[[#This Row],[10/31]:[1/2]],"a",Table1[[#This Row],[10/31]:[1/2]],"p")/2
Changing the code to:
Works as expected.![]()
=COUNTIF(Table1[[#This Row],[10/31]:[1/2]],"x")+COUNTIFS(B2:BM2,"a",B2:BM2,"p")/2
Theories?
Pauley
Bookmarks