Forum Discussion
Excel 365 Conditional Formatting Data Bar
For Data Bar you need two values, minimum and maximum. By default the are calculating automatically on selected range. You may change that selecting Formula setting for the rule and calculate min and max on your own.
In K50 is only one value. You may take it as max and zero as min, or use another logic, but in any case you shall define two values.
SergeiBaklanThank you for your explanation. For G38 I saw and set the min & max values according to the value of K50 (between 0 - 50 (in increments of 10)), which should have forced it to work. In my lack of understanding of Data Bars, I abandoned this idea entirely and just used an IF stament for G38 (in CF, of course) that when K50 reachs max value to simply change color, which is almost just as good. Again, I thank you for your kindness in replying.
- SergeiBaklanDec 26, 2020Diamond Contributor
dlcartin , thank you for the update. As a comment, in CF you usually may avoid using of IF() in form of =IF(condition, TRUE, FALSE). The form =condition works exactly the same way.