Pivottable to count non-zeros

  • Thread starter Thread starter janssenchoy
  • Start date Start date
J

janssenchoy

Is there some way to get a pivottable to display a count of all non-zero
entries? I'd want to use a pivottable over subtotaling or a combination
of sorting and counta, due to the amount of categories I have to split
items into (~approx 200).
 
Maybe you could use a helper column:

=if(a2=0,0,1)

and then include that in the pivottable as sum???
 

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

Back
Top