Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do you create an IF function to color fill a cell with, for example,
green if YES is entered, or red if NO is entered?? For example: IF(I3:I120, "YES" THEN COLOR=0,176,80) and IF(I3:I120, "NO" THEN COLOR=255,0,0). thanks, Brandon |
#2
![]() |
|||
|
|||
![]()
Hi Brandon,
To create an IF function with YES/NO and color fill, you can follow these steps:
To apply the red color fill for "NO", repeat the above steps, but use the following formula in step 5: Formula:
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use conditional formatting.
See http://www.contextures.com/xlCondFormat01.html -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Brandon" wrote in message ... How do you create an IF function to color fill a cell with, for example, green if YES is entered, or red if NO is entered?? For example: IF(I3:I120, "YES" THEN COLOR=0,176,80) and IF(I3:I120, "NO" THEN COLOR=255,0,0). thanks, Brandon |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Excel has no built-in "Color" function, (that I know of). You could write one, but Conditional Formatting is easier. Dave. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Function make calculations using fill color as identifier? | Excel Worksheet Functions | |||
Can you do an IF function whether a cell has a fill color of Rose | Excel Worksheet Functions | |||
color fill cells based on IF function or formula | Excel Worksheet Functions | |||
Fill Color with Keyboard Function | Excel Discussion (Misc queries) | |||
Using boolean function for color fill | Excel Worksheet Functions |