Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using conditional formatting, and one of my conditions that I would like
to use is to check another cell's fill color and format that particular cell accordingly. Is this possible? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use an User Defined Funtion to get the Color Index and use that for
Conditional Formatting. Example UDF Function GetColorNumber(rng As Range) As Integer Application.Volatile GetColorNumber = rng.Interior.ColorIndex End Function "FilJ59" wrote: I am using conditional formatting, and one of my conditions that I would like to use is to check another cell's fill color and format that particular cell accordingly. Is this possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Get cell's number format category in VBA? | Excel Discussion (Misc queries) | |||
IF statement checking if a cell's text is red | Excel Worksheet Functions | |||
Conditional Format on another cell's value | Excel Discussion (Misc queries) | |||
Conditional Format based on other cell's value | Excel Worksheet Functions | |||
Locking a cell's format, but not value | Excel Discussion (Misc queries) |