Forum Discussion

CraigPauley's avatar
CraigPauley
Copper Contributor
Feb 15, 2024
Solved

Using checkboxes to create percentage bar

I've seen that you can use Excel to create a percentage bar when using checkboxes. However, is there a way to assign a specific percentage to each check box rather than dividing it by the total numbe...
  • PeterBartholomew1's avatar
    Feb 16, 2024

    CraigPauley 

    Including the values on the worksheet to give an alternating pattern is a step backward because it makes any calculation harder.  The formula I would use is

    = BYROW(status * {60,20,10,10,10}%, LAMBDA(x, SUM(x)))

    which spills to return the entire column of overall percentages.

     

    [Look out for the new checkboxes when the come available; they are much better to set up and use]

Resources