Hi Christian,
There is a sample file at
http://edferrero.m6.net/charting.aspx
Look for Conditional Chart Formatting.
Works much like Andy Pope's code.
Ed Ferrero
http://edferrero.m6.net/
Hi, Jon!
Jon Peltier schrieb:
Here's an introduction to conditional charting:
http://peltiertech.com/Excel/Charts/...nalChart1.html
Thank you very much! Thats a great collection of tips, but thats not
what I'm looking for. I don't want do modify the tables. I thougt about
something like:
with all bars do
if cell.value < 2.5 then bar.color = green
else bar.color = red
end with
in a skript assigned to the diagrams.
The values will not be changing very often, so it doesn't need to be
fast. If that's not possible, I think I manually will paint the few bars
red that are above 2.5 ;)
regards,
Chriss