I am working with Excel 2010 and I want to apply conditional number formatting to value labels in a chart. When I apply the conditional formatting to the cells within the workbook, the conditional formatting works just fine, but when I feed that data to a chart the conditional number formatting is lost on the value labels.
A link to my screen shot can be found here. (I need more exp points to post a pic)
I am using the conditional formatting feature with three separate rules that are based on the value of a separate cell. I need the number formatting in the charts to automatically update (ie. no macros). I am aware that a cell can have conditions built into its custom number format, but it seems that the conditions can be based only on the value of the cell itself.
Any Help would be greatly appreciated and please ask if you need any more detail. I will be following this pretty closely over the next 72 hours.
M
... number formatting in the charts to automatically update (ie. no macros)What about usingEvents? This may allow you to format the chart in responce to certain things happening in the sheet. As you have discovered, conditional formatting and cell formatting affect a cell itself, not other objects that reference it. – chris neilsen Aug 13 '12 at 5:44