Complex Conditional Formatting

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hi all-

I really need help with this one. I'm relatively new to
conditional formatting but I have a pretty complex one
that I need help on.

I have a workbook with two worksheets in it. On sheet1,
I have some data along with pie charts that are created
with data from sheet2. What I need to do is have the pie
chart area change color based on the data results in
sheet2.

Is this possible?

Jeff Gross
 
Yes - but best not to do it with conditional formatting.

Use code to change the colours.

Use the worksheet_change event, or assign a macro to a button.
to trigger the code.

Then evaluate the data and change the colour of the pie segment
accordingly
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel 2007 crashes when perform SAVE AS to Excel 97-2003 0
Excel Charts 1
Excel Highlighting duplicates 0
Smooth out pie 3
Chart Color 2
Copy chart with reference table 1
pie explosion 3
Excel VBA 1

Back
Top