Open links in new tab
  1. How to color a cell in Excel using a formula? - Stack Overflow

    Feb 2, 2015 · 4 Instead of using a formula, you should go with conditional formatting. Select the appropriate column and go to Home -> Conditional formatting -> Highlight Cells Rules. Afterwards …

  2. Excel =CELL("color",[Cell]) Function - Stack Overflow

    The value 1 if the cell is formatted in color for negative values; otherwise returns 0 (zero). An example of a format that would generate a "1": Right click a cell -> Format Cells -> Select Number -> Choose the …

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

    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 yellow] then …

  4. Change cell color not using conditional formatting - MrExcel

    Jan 25, 2016 · Hi all, Is it possible to use a function (if statement or an array?) to change the color of a cell without using conditional formatting. I don't want to use conditional formatting because the …

  5. Excel formula to get cell color [duplicate] - Stack Overflow

    I would like to know if we can find out the Color of the CELL with the help of any inline formula (without using any macros) I'm using Home User Office package 2010.

  6. Change cell color without "Conditional Formatting" - MrExcel

    Dec 1, 2021 · I need to have a formula that can look at a cell, pull the hex or RGB code and fill the cell with that color. based solely on the hex or rgb code. (A VBA code would be okay as long as it can …

  7. excel formula - Changing the value of a cell (Text) based on the color ...

    Apr 17, 2024 · I used the Cell Value Contains 'FM' or whatever my various values are, 9 different in all with a different color fill. I then used the formula =IF (COUNTIF (Z1,"FM"),"","") in the specified …

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

    Jun 23, 2020 · Go to use a formula to determine which cells to format Insert your formula (e.g. "=F1="") (this will check f F1 has no value) Select your desired format (e.g. color etc.) below Confirm your …

  9. excel - Set the color of one cell based on the color of another cell ...

    Jan 8, 2015 · The formula will use a named range that returns true or false depending on whether the colour of the cell matches the colour you specify in the named range. You conditional formatting on …

  10. excel - Make cell color the same as another cell color and keep formula ...

    Nov 3, 2014 · The value in cell P5 is dependent on a formula (K5-C5), the value in cell P6 is dependent on a formula (K6-C6) and so forth. How can I change the color of the cells in column P so they are …