Forum Discussion

Taryn Mancine's avatar
Taryn Mancine
Copper Contributor
Jul 10, 2017
Solved

Chart for Percentage Complete

I am trying to get a pie chart, or any chart, to show a percent complete.  In the example attached, I have gradient conditional formatting set to fill when the total count in 16.  I would like to mak...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jul 10, 2017

    Okay, in my assumption it looks like this

     

    In Y1 and Z1 put the titles for your labels, in Y2 number of incomplete items

    =COUNTIF(W:W, "<16")

    in Z2 number of completed ones (assuming you ahve any infor in A columns for your items)

    =COUNTA(A:A)-1-Y2

    Above could be at any place of your workbook. Select Y1:Z2, in Ribbon Insert Pier Chart (or which one your prefer), stay on chart and in Ribbon->Design->Add Chart Element add/remove elements you wish, after that format Legend and add %, value, category name.

     

    File is attached.

     

     

     

Resources