Hey all, I am stumped with this, and I haven't used VBA at all. I have 2 columns of data that are charted in a 3D clustered column chart, which I have made "dynamic" to only chart the most recent 12 records. My question is, is there a way to automatically change the color of the columns in the chart based on the data i have recorded? Specifically, if there has been two consecutive increases, the column needs to change to red.
Example:
Date: ValA ValB
1/1 5 4
2/1 7 3
3/1 8 3
4/1 2 6
5/1 5 7
The data point in ValA for 3/1 would automatically change to red because it has increased two times in a row. Likewise, the data point in ValB for 5/1 would also be red, because of increasing two times in a row.
Any ideas? Thanks
Example:
Date: ValA ValB
1/1 5 4
2/1 7 3
3/1 8 3
4/1 2 6
5/1 5 7
The data point in ValA for 3/1 would automatically change to red because it has increased two times in a row. Likewise, the data point in ValB for 5/1 would also be red, because of increasing two times in a row.
Any ideas? Thanks