Countif for Pivot

K

Krissy

Hi there.
I know I cannot use countif in pivot table, but that is the information I
really need. Is there any way around it?

Basically I need to count the number of cells in a field where the value is
0. And also I must be able to group the outcome by month - which is why it
would be ideal to do this in conjunction with the pivot table.

Any suggestion?
 
B

Bernie Deitrick

Krissy,

Use another column in your data table with the formula

=/Cell with value/ > 0

Like

=B2>0

then use that field to show (and thus count) only TRUE results in your pivot table.

HTH,
Bernie
MS Excel MVP
 
K

Krissy

Thanks Bernie

I try it!

Bernie Deitrick said:
Krissy,

Use another column in your data table with the formula

=/Cell with value/ > 0

Like

=B2>0

then use that field to show (and thus count) only TRUE results in your pivot table.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top