I'm trying to make a pie chart show one segment under one condition and then four segments under another condition. So basically, I want the set of data to change from just one value to four values.
I tried using OFFSET to define a range that would change its dimensions, but Excel doesn't like me putting in the name of the defined range in the Select Data window.
First condition:
When x=FALSE, show one value at 100% and have its own color.
Second condition:
When x=TRUE, show four values at whatever percentage they are with their corresponding colors.
In essence, I want the pie chart to look as though it's not active (nothing to report) until the condition is true at which time it will show the colored segments. So it would look like a light shade of grey until it comes alive.
Is there a way to do this using formulas?
I tried using OFFSET to define a range that would change its dimensions, but Excel doesn't like me putting in the name of the defined range in the Select Data window.
First condition:
When x=FALSE, show one value at 100% and have its own color.
Second condition:
When x=TRUE, show four values at whatever percentage they are with their corresponding colors.
In essence, I want the pie chart to look as though it's not active (nothing to report) until the condition is true at which time it will show the colored segments. So it would look like a light shade of grey until it comes alive.
Is there a way to do this using formulas?