=CELL("color",A1)=3 (蓝色)=CELL("color",A1)=4 (绿色)=CELL("color",A1)=5 (粉色)=CELL("color",A1)=6 (黄色)4. 点击“确定”,完成条件格式的设置。5. 统计每种颜色的数据个数,可以使用计数函数COUNTIF,例如:=COUNTIF(A:A, CELL("color",A1)=1)方法二:使用筛选功能 1. ...
计数公式:=COUNTIF(C2:C18,6)三、使用vba自定义函数 1.根据颜色求和代码 Dim icell As Range Application.Volatile For Each icell In sumrange If icell.Interior.ColorIndex = col.Interior.ColorIndex Then SumColor = Application.Sum(icell) + SumColor End If Next icell 2.根据颜色计数代码 Application...
2、然后,我们按“Ctrl+F”组合键,调出查找页面,单击右侧的【选项】按钮;
VBA code: Count and sum cells based on background color FunctionColorFunction(rColorAsRange,rRangeAsRange,OptionalSUMAsBoolean=False)AsVariant'Updateby ExtendofficeDimrCellAsRangeDimlColAsLongDimvResultAsDoublelCol=rColor.Interior.ColorIndex vResult=0IfSUMThenForEachrCellInrRangeIfrCell.Interior.Color...
If we selected green in the filter option, the process will return the result like this. Whenever you update your data, you need to repeat the process. Method 2 – Excel Formula to Count Cells with Specific Color Using the GET.CELL Function ...
2。 在“函数参数”对话框中,请指定要计算的彩色单元格范围。参考框中,选择由指定背景颜色填充的单元格color_index_nr框,然后单击OK 按钮。 看截图: 笔记:(1) 您也可以输入指定的 Kutools 功能= COUNTBYCELLCOLOR($ A $ 1:$ E $ 20,G2) 直接在空白单元格或公式栏中获取计数结果; ...
Font_coloris a reference to the cell with the sample font color. For example, to get the number of cells in B3:F24 whose values have the same font color as H3, the formula is: =CountCellsByFontColor(B3:F24, H3) Tip.If you'd like to name the functions differently, feel free to ...
excel单元格颜色计数函数公式 Excel单元格颜色计数函数公式是COUNTIF(range,cellcolor),其中range表示需要计算颜色数量的单元格范围,cellcolor表示需要被计数的单元格颜色。该函数会返回符合条件的单元格数量。©2022 Baidu |由 百度智能云 提供计算服务 | 使用百度前必读 | 文库协议 | 网站地图 | 百度营销 ...
利用COUNTIF+GetColor计算不同颜色的单元格 在B22/B23单元格中分别输入=COUNTIF($F$2:$F$20,Get...
利用COUNTIF+GetColor计算不同颜色的单元格 在B22/B23单元格中分别输入=COUNTIF($F$2:$F$20,Get...