Any advice please? Thank you.
% | $ | |
A | 35% | 379413 |
B | 7% | 70979 |
C | 9% | 97214 |
D | 25% | 273008 |
E | 7% | 75368 |
F | 3% | 30000 |
G | 5% | 57608 |
H | 2% | 20285 |
I | 7% | 80339 |
My apologies - this slipped my attention.
I'm assuming your data are laid out similar to this?
% $ A 35% 379413B 7% 70979C 9% 97214D 25% 273008E 7% 75368F 3% 30000G 5% 57608H 2% 20285I 7% 80339
Because you have two different vertical axes, you can display each value in a position independent of the other. It's just a bit tricky because they both plot on top of each other.
To do this, click on one of the bars of the series - either the % column or the $ column will be highlighted. Let's say it is %.
Now on the Chart Design menu->Chart Layouts group->Add chart element->Data labels->inside end.
Now press tab until the bars are highlighted again, but this time the $ column is highlighted.
Chart Design menu->Chart Layouts group->Add chart element->Data labels->outside end.
You should end up with something like this:
View attachment 113406
Hope this helps.
You could remake the graph and only choose one of the series as data instead of both. For example, in my data layout above just choose the first and second columns, or first and third columns, instead of both.If I only want to show the bar for $ value but not %, how to do it?
You can set the margins of the labels. For example, let's say I've set them both outside end and they overlap.Also, If I want BOTH data labels to be Outside End, i.e. both outside of the bar but the numbers not overlapping, can this be done?