How do I have a Dashboard show only 100% not 150%

Options

Please see below example. I want to only show 100% as the top, not 150%. Is that something on the sheet itself that I need to do? If so, I only have a % Complete and % Remaining columns. What would i need to place in there to fix this.




Answers

  • L_123
    L_123 ✭✭✭✭✭✭
    edited 09/23/20
    Options

    You can use a helper column


    =if(percent@row>1,1,percent@row)

    and drag it down, then reference the helper column for the chart.


    Or you can use conditional logic to perform this right inside of your % calculation.


    *** my bad, i misunderstood. you can't change the range of the charts.

  • Jennifer Greenough
    Jennifer Greenough Overachievers Alumni
    Options

    Hello,

    Smartsheet chart axes are automatically designated and there is no way to customize them (see this string for more information on this). I suggest you submit an Enhancement Request as I agree this is both confusing and non-functional (particularly when you are using percentages).

    Jennifer

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!