Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is it possible to write an if function on a background color. Say if
a1 has a background color of red return 1 if true and return 0 if false. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use this function
Function GetBackgroundColor(Mycell As Range) As Integer ' ' GetBackgroundColo Macro ' Macro recorded 2/24/2007 by Joel ' ' GetBackgroundColor = Mycell.Interior.ColorIndex End Function "Kris79" wrote: Is it possible to write an if function on a background color. Say if a1 has a background color of red return 1 if true and return 0 if false. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Question | Excel Discussion (Misc queries) | |||
The question is an excel question that I need to figure out howto do in excel. | Excel Worksheet Functions | |||
IF with OR Question | Excel Worksheet Functions | |||
IF Question | Excel Worksheet Functions |