Chart to display zeroes values

B

Bagia

Hello,

I have a strange question. I have a clustered column chart where some values
are zero. In such cases, no column appears for these observations (i.e. a
column of zero height). Anyway to make the column appears for these zero
values? There are 8 categories (a thru h) and I want to display 8 bars
representing each category even if the value is zero. Then, I would like to
have the data label displays inside each of the bar representing the value.
Can this be done?

with the following group of data
F08 F09 F10 F11 F12
a 2 0 0 0 0
b 0 0 0 3 1
c 1 1 0 0 0
d 1 2 0 1 1
e 2 0 0 1 0
f 0 0 0 0 3
g 1 0 1 0 0
h 1 0 0 1 0
 
P

PBezucha

Make another array of functions
= B1+1 (if B1 = 2 - your nomenclature is rather messy) and copy in the
right from your array in the same dimension (just enlarge your values by a
certain number, 0.5 or 1 is proper in your sizes).
Make bar chart from these new values as you got accustomed to.
Add a number (proper value 4, does not matter) in the next near column,
and add another, dummy series based on this single value.
Link two original series to the secondary axis.
Set limits of the primary axis to -1 to 4, of the secondary one to 0 to 5.
All zero bars appear in the height of -1 to 0 (by primary a.).
Set the format of the third, auxiliary series to: Boundaries None, Area None.
The third series bar thereby disappears.
Select the secondary axis and set Font Color Blank, Background Transparent.
The secondary axis legend disappears.
Play around with the widths and spaces of bars.
With labels follow the help.
Regards
 

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