Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
There is a lot of info on how to change a cells color with conditional
formatting function. Is it possible to do the opposite? That is, can the cells color be used as the input instead of a cell value? example, If cell A is shaded blue, then roll B will be shaded orange. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can do this through code but not conditional formatting.
-- -John Please rate when your question is answered to help us and others know what is helpful. "Tom" wrote: There is a lot of info on how to change a cells color with conditional formatting function. Is it possible to do the opposite? That is, can the cells color be used as the input instead of a cell value? example, If cell A is shaded blue, then roll B will be shaded orange. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
What is the code for this? Hopefully it's a short one.
"John Bundy" wrote: You can do this through code but not conditional formatting. -- -John Please rate when your question is answered to help us and others know what is helpful. "Tom" wrote: There is a lot of info on how to change a cells color with conditional formatting function. Is it possible to do the opposite? That is, can the cells color be used as the input instead of a cell value? example, If cell A is shaded blue, then roll B will be shaded orange. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use color index, something like this depending what you want
If Cells(1, 1).Interior.ColorIndex = 8 Then Cells(1, 2) = "Accounting" if you want to test first cells(1,1).interior.colorindex=8 -- -John Please rate when your question is answered to help us and others know what is helpful. "HelloMoto" wrote: What is the code for this? Hopefully it's a short one. "John Bundy" wrote: You can do this through code but not conditional formatting. -- -John Please rate when your question is answered to help us and others know what is helpful. "Tom" wrote: There is a lot of info on how to change a cells color with conditional formatting function. Is it possible to do the opposite? That is, can the cells color be used as the input instead of a cell value? example, If cell A is shaded blue, then roll B will be shaded orange. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting a range with conditional formatting | Excel Worksheet Functions | |||
conditional formatting glitches | Excel Discussion (Misc queries) | |||
Keeping conditional formatting when sorting | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting in Excel Help Please..... | Excel Discussion (Misc queries) |