About 132,000 results
Open links in new tab
  1. excel - How to set cell color based on another cell color - Stack …

    Jun 23, 2020 · For conditional formatting, you can just mark the entire column and use the formula for the very first cell. Excel will then automatically assume that you mean the cell in the same …

  2. excel - Change the color of cells in one column when they don't …

    Nov 25, 2016 · I want to color them when the values between cells in the same row mismatch. Follow these steps: Select the elements in column "A" (excluding A1); Click on "Conditional …

  3. Excel: Can I create a Conditional Formula based on the Color of a …

    28 I'm a beginner and trying to create a formula that modifies the contents of Cell A1 based on the color of the cell in B2; If Cell B2 = [the color red] then display FQS. If Cell B2 = [the color …

  4. excel - Conditional Format Cells Fill based on criteria - Stack …

    Apr 23, 2025 · 0 VBA Conditional Formatting Your condition is more complex than the simple ones offered by Excel hence you need to use a formula, e.g.: Copy

  5. Excel Conditional Formatting if these cells all say "YES" then make ...

    Oct 14, 2024 · You can create a set of rules such as =COUNTIF(A1:F1,"Yes")<6 - adjust cell addresses to suit you, pick red colour =COUNTIF(A1:F1,"Yes")=6 - adjust cell addresses to …

  6. Excel: highlight cell if exists in list - Stack Overflow

    Oct 29, 2018 · I want to create a conditional formatting rule where the cell will be highlighted if it also appears in a list (column A). The values are all text (e.g "Apple", "Pear"). It has to be an …

  7. Excel Conditional Formatting for cells that re equal to 0 formats …

    Mar 15, 2024 · I want to apply conditional formatting with this rules: if cell value = 0 , then the background is red if cell value = 1 , then the background is green Unfortunately if I create the …

  8. excel - Conditionally formatting cells if their value equals any value ...

    Select the columns to compare click Conditional Formatting click Highlight Cells Rules click Duplicate Values (the defaults should be OK) Duplicates are now highlighted in red Bonus tip, …

  9. Conditional formatting, entire row based - Stack Overflow

    May 22, 2012 · Use the "indirect" function on conditional formatting. Select Conditional Formatting Select New Rule Select "Use a Formula to determine which cells to format" Enter the Formula, …

  10. (Excel) Conditional Formatting based on Adjacent Cell Value

    I'm trying to apply conditional formatting in Excel on a range of cells, based on the adjacent cell's value, to achieve something like this: The goal is to highlight values in Column B (Actual …