VBA for color coding = Data labels = dynamic values = (from charts)

IosifFlorin

New Member
Joined
Jul 1, 2015
Messages
18
Hi !

i've been looking into this type of conditional formatting but doesn't seem to find the solution ...
hope someone here could help me


In a waterfall (so using the typical excel solution with different ranges of data: start/end, positive/negative, etc), am using dynamic values for the added data labels :
* using a specific series , let's call it "SeriesX",
* but values shown are from another range of data (to keep it dynamic)


Now, what am trying to figure out is how to color code those values from the data range (will use 2 color codes for positive/negative, but will need to define it using the RGB coding). If there is a solution to apply without using vba, am totally up for the most efficient solution :)


I will need to do this for all the charts in a tab (all charts have the same name for the "SeriesX" but the values positive/negative will be from different ranges). I can write the loop for the charts, but am wondering about the values from the different ranges.



Much appreciated if someone can help me with this !!
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
I'm not aware of a way to do this without VBA.

With VBA, the possibilities are endless. Here's my tutorial that describes one approach:

VBA Conditional Formatting of Charts by Series Name


thank you Jon appreciated, i checked your tutorials on the conditional formatting, very useful but unfortunately is not what i need here.


Again, was hoping someone can help me to conditional format the values (positive / negative) of the data labels that you add in a specific chart series.
Those values are linked to a range to make them dynamic (the values that appear in the chart)
 
Upvote 0

Forum statistics

Threads
1,214,946
Messages
6,122,401
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top