I have data that shows if people said they had a problem in a survey, e.g.
Shop Problem Month
Argos Yes January
Argos Yes February
Argos Yes January
Argos No January
Argos No January
Argos Yes February
Argos No February
Argos Yes January
Argos No February
Argos Yes February
Argos No February
Argos No January
Argos Yes February
Argos No April
Argos No April
Argos No April
B&Q No January
B&Q No January
B&Q Yes January
With this data I have a formula that calculates the percentage of problems per month, so for January there were 6 surveys and 3 of them said they had problems so it was 50%.
This data is displayed on a bar chart, so it would show 50% for January, 57% for February, and 0% for April. Although I can show there are 0% problems for April using the Data Labels on the chart, the formula returns a "-" if there is no data, e.g. for March it would return a "-" as there is not any data, but this displays on the graphs as 0%.
So is there a way that I can include all of the months (January, February, March, and April) and show that there are 0% of problems for some months but there is no data for others - ideally by showing in the Data Label a "-" for the months with no data?
It is also worth noting that the chart only shows the data for one shop at a time, and the shop it depends on is selected by the user using a dropdown box - so, as an example, whilst there is no data for Argos in March, there maybe data for B&Q in March but no data for B&Q in April.