I would use the count feature in a pivot, but I can only get this to work properly for 1 field column. However, I have several field columns that contain TRUE/FALSE that I want to count.
When I try to do a
=COUNTIF(K:K,"FALSE")
or
=COUNTIF(K:K,FALSE)
over the pivot data...nothing.
It will return 0 if the values are contained in the pivot. If of course I manually type FALSE to below the pivot it counts it. For some reason countif doesn't seem to work inside a pivot. Is there something I can do to manipulate Excel to make this work?
Does that make sense?
When I try to do a
=COUNTIF(K:K,"FALSE")
or
=COUNTIF(K:K,FALSE)
over the pivot data...nothing.
It will return 0 if the values are contained in the pivot. If of course I manually type FALSE to below the pivot it counts it. For some reason countif doesn't seem to work inside a pivot. Is there something I can do to manipulate Excel to make this work?
Does that make sense?
Last edited: