Forum Discussion

dylanchappine's avatar
dylanchappine
Copper Contributor
Feb 19, 2022
Solved

Having trouble counting cells by fill color.

I have been trying to find an easier way to calculate the number of cells from column B through column F by color rather than needing to do it manually for each sheet. For example, I want the H4 cell...
  • HansVogelaar's avatar
    Feb 19, 2022

    dylanchappine 

    =COUNTIF($B$1:$B$152,">=90")

    =COUNTIFS($B$1:$B$152,">=80",$B$1:$B$152,"<90")

    etc. Modify the ranges as needed.

Resources