View Single Post
  #2   Report Post  
PIMP MY CHART PIMP MY CHART is offline
Banned
 
Posts: 3
Default

Quote:
Originally Posted by excellearner View Post
Hi

I have the below chart in Excel 2003:



The data labels are dynamic and link to data which changes each month. I want to be able to set the data labels so that they change position depending on the data displayed.

If the data label is negative, I want to show the label below the bar. If it is positive, I want to show it above the bar. Does anyone know how I can acheive this without manually moving the data labels each month?

Thanks in advance!
You need to add two dummy series (line or better XY scatter) just for the labels.
Use an IF function to only assign values to these series if they are positive / negative.
When done switch labels on and hide the line!