I use a pivot table in a Google spreadsheet that counts the occurrences of various types of event types on specified dates. Events are listed on one sheet with a Date column and a Type column. Based on this, a pivot table is created.
The problem is that for dates when the event type does not exist, COUNTA returns an empty value. I would prefer it to return 0.
The reason is the construction of diagrams and for statistical purposes, when you create a diagram from this data, it interpolates the values, ignoring empty cells. I would prefer it to display zero on the chart in those days when these types of events do not exist ...
Is it possible?
source
share