About 252,000 results
Open links in new tab
  1. What are the RGB codes for the Conditional Formatting 'Styles' in Excel ...

    I've got some cells that I have Conditionally Formatted to Excel's standard 'Bad' Style (Dark red text, light red fill). In another column I have cells that I have created a Conditional Formatting formula for. I …

  2. excel - How to set cell color based on another cell color - Stack Overflow

    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 row for all …

  3. excel - Fill Color if range contains specific text - Stack Overflow

    Oct 19, 2022 · I also need multiple text string as stated above AND it needs to NOT use active sheet but a named sheet. I could do this with conditional formatting, but I don't want to have to apply it to every …

  4. Excel: Can I create a Conditional Formula based on the Color of a Cell ...

    The answer suggested works when the cell has color but not colored using "Conditionally formatting". I have validations when the cell has incorrect value it is conditionally formatted to color the …

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

    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 formatting -> …

  6. excel - Conditional Format Cells Fill based on criteria - Stack Overflow

    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

  7. excel - Conditionally format cells in an array based on values in a ...

    Feb 3, 2022 · Is this what you are trying to achieve, if so then kindly follow the steps, • First Select The ARRAY A i.e. from C5:G9, • From Home Tab --> Goto Conditional Formatting (Under Styles Group), …

  8. Excel color scale based on alphabetical order - Stack Overflow

    Feb 25, 2015 · 0 I like Excel's color scale feature in the Conditional Formatting menu and I am trying to get it to work for text values. The way it works for numerical values is that it color-codes the lowest …

  9. excel - Conditional formatting with OR function - Stack Overflow

    Jul 27, 2014 · Here you go. Conditional Formatting > New Rule > Use formula to determine which cells to format > formula =OR(A1 = 1.08,A1 = 2.08,A1 = 9.08,A1 = 10.08) and select the desired format …

  10. conditional formatting - Excel: Toggle text color between two cells ...

    Mar 3, 2023 · I want to toggle text color between two cells based on each cell's value: When the value in Cell 2 = 0, I want the font color in cell 1 to be black and the font color in Cell 2 to be gray.