• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Pie chart over exceeded

emmatm

Member
Hi, I have a bar char on my attached file (master tab), the second pie 'Agile desks'.
Is there a way to see visually that this number has been exceeded?
Perhaps a better diagram is needed - any suggestions?
 

Attachments

  • Project Data v7a.xlsm
    815 KB · Views: 4
Maybe something like this?
upload_2016-1-12_13-41-42.png

Assuming intent is to show how much of each item is being used. I did a basic bar chart, set the x-axis to use 1 (100%) as the minor unit, and formatted Agile bar to be red. I even added an IF statement to the right of my data with this formula:
=IF(Q47>1,"Over-crowded","")
and then linked it to the data labels.
 

Attachments

  • Project Data v7 LM.xlsm
    818.7 KB · Views: 9
Back
Top