About 209,000 results
Open links in new tab
  1. Excel VBA - Financial Model Color Formatting - Stack Overflow

    Jul 27, 2021 · Sub financial_color_coding() ' Color hard-coded cells blue With Selection.SpecialCells(xlCellTypeConstants, 21).Font .Color = -65536 ' colour selected cells …

  2. excel - Highlight rows with different colors by groups of duplicates ...

    Jul 8, 2020 · 6 How do I highlight rows with different colors by groups of duplicates? I don't care about which colors are used per se, I just want the duplicate rows one color, and the next set …

  3. Mysteriously Disappearing Cell Formatting - MrExcel

    Dec 21, 2016 · Hello - Recently, Excel 2016 has been acting strangely. At work, I use many spreadsheets (.xlsx and .xlsm) that I often color code cell contents with various font colors and …

  4. powerbi - Read excel cell colour into Power BI - Stack Overflow

    Sep 6, 2016 · Show them how to use conditional formatting based on cell values for color coding. The logic used for conditional formatting can also be applied to classify the data in Power BI.

  5. What are the RGB codes for the Conditional Formatting 'Styles' in …

    The RGB colours are as in the table at the bottom of the pane. If you prefer HSL values change the color model from RGB to HSL. I have used this to change the saturation on my bad cells. …

  6. Excel: drop down list colouring based on "dependent" list

    Dec 12, 2011 · Excel: drop down list colouring based on "dependent" list vikosh Nov 3, 2024 color coding dropdown list dropdown menu excel

  7. Format Priority (Low, Medium, High) with colors - MrExcel

    Mar 7, 2016 · Hey guys, EDIT: I was able to figure this out already with conditional formatting (or at least using green, yellow, and red colors). In column E of my "to do list" spreadsheet I have …

  8. python - Coloring Cells in Pandas - Stack Overflow

    Jan 22, 2015 · xl = read_excel('path_to_file.xls', 'Sheet1', index_col=None, na_values=['NA']) Now that I have all the data in xl as a DataFrame, I would like to colour some cells in that data …

  9. How to filter a pivot table by color in Excel - Stack Overflow

    Oct 11, 2022 · Problem: It´s not very clear, how to color filter the data in pivot table in excel. Your pivot table probably looks something like this:

  10. Pivot Table - Can I maintain cell color of original data?

    Aug 16, 2003 · Re: Pivot Table - Can I maintain cell color of original data Not that I know of. Is the colour the result of a conditional format, or have you gone in and coloured diffferent rows / …