Here is an issue that has been bugging me for several months now. I have a table of data to which I applied conditional formatting color scales: the cell fill color transitions from blue to yellow to red as the values in the table go from lowest to highest.
The table has 36 columns in it and 10 rows. I want to plot the data in a donut chart with 36 "slices" in 10 concentric circles. (The top row of the table would be the center of the donut and the bottom row would be the outermost donut. 0 would be the top of the circle, 90 would be @ 3 o'clock, 180 at the bottom, and so on.)
All the slices need to be the same width, as shown, but ultimately I want the colors of the donut chart to match the color scale of the table. I'd also like to be able to view the values for each cell, even if that is in a separate view/version of the donut chart.
I'm currently stuck trying to determine the RGB color code of each of the cells in the table. I've read through the VB functions explained at http://www.cpearson.com/excel/colors.aspx and none of that appears to be what I need.
Any assistance at all would be greatly appreciated!
The table has 36 columns in it and 10 rows. I want to plot the data in a donut chart with 36 "slices" in 10 concentric circles. (The top row of the table would be the center of the donut and the bottom row would be the outermost donut. 0 would be the top of the circle, 90 would be @ 3 o'clock, 180 at the bottom, and so on.)
All the slices need to be the same width, as shown, but ultimately I want the colors of the donut chart to match the color scale of the table. I'd also like to be able to view the values for each cell, even if that is in a separate view/version of the donut chart.
I'm currently stuck trying to determine the RGB color code of each of the cells in the table. I've read through the VB functions explained at http://www.cpearson.com/excel/colors.aspx and none of that appears to be what I need.
Any assistance at all would be greatly appreciated!