About 10,600 results
Open links in new tab
  1. Counting cells by conditional formatting color - MrExcel

    Apr 11, 2022 · I have a spreadsheet that I am inputting golf scores in and for certain colors I am wanting to auto count that color. I got some code that should count the number of red cells …

  2. counting cells by color function not working - MrExcel

    May 11, 2014 · Hello there, i have a highlighting rule that compares cells g-o with cells a-e to highlight matches. in column R i want to count the number of highlights from cells g-o using a …

  3. Count number of cells in a cell range that has a particular color

    May 20, 2022 · Are the cells being colored manually, or by Conditional Formatting Rules? If they are being colored by Conditional Formatting Rules, you may be able to use the same rules you …

  4. Calculating percentage based on cell color? - MrExcel

    Jun 29, 2011 · If you want to count cells which have changed colour because of conditional formatting, then you don't try to count their colour because that doesn't work, you have to …

  5. Updating Count by Cell Color | MrExcel Message Board

    Apr 14, 2021 · I found a formula via Google to count cells by color with a "key" I made to reference (i.e. I have a cell colored Yellow that said "Waiting for Verification") and then it …

  6. [VBA] count cells with color and auto refresh worksheet

    May 17, 2018 · Hello. What I'm trying to achieve today is to count cells with a certain color and then make excel refresh the cell with such sum automatically. Below I have a code for …

  7. Count cells of a certain colour to give a percentage - MrExcel

    Jan 5, 2018 · You cannot do native Excel formulas that are based on formatting, such as the color of cells. However, since those cells are colored by Conditional Formatting, you can use the …

  8. "COUNTA" but EXCLUDE cells with a "fill" of color - MrExcel

    Oct 21, 2015 · I want a box/cell at the top of each column to automatically update/count the non-colored cells in the column that have text in them. So, when I fill in a particular cell/box with a …

  9. Count cells in range that contain specific conditional ... - MrExcel

    Jun 23, 2020 · What I need to do is to count the number of conditional highlighted cells in each row (range) for each color. Ultimately, if the color exists in the range, I intend to have a value …

  10. Count cells by color and get "#NAME?" - MrExcel

    Dec 15, 2012 · I used the link that you suggested, then copy the code (for color count) onto a customer define module in my spreadsheet.