Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When using an "IF" formula and the value is true, how do i change the color
in the results cell. I.E. if A61,"black", how do i get the cell to turn black and say black |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can do it by using Conditional Formatting. Have a look in the below
links for more details about it. http://contextures.com/xlCondFormat01.html http://contextures.com/xlCondFormat02.html http://contextures.com/xlCondFormat03.html Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Chris H" wrote: When using an "IF" formula and the value is true, how do i change the color in the results cell. I.E. if A61,"black", how do i get the cell to turn black and say black |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Welcome to the world of conditional formats!
The formula in the cell will be: =IF(A61,"black","") With the cell selected, goto Format - Conditional format. "Cell value is", "equal to", black Hit the format button, and choose appropriate font/pattern color. Alternatively, if you don't need the word black to appear in the cell, your conditional format would be: "Formula is", =A61 For more help/guidance, check out the XL help file on conditional formatting. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Chris H" wrote: When using an "IF" formula and the value is true, how do i change the color in the results cell. I.E. if A61,"black", how do i get the cell to turn black and say black |
#4
![]() |
|||
|
|||
![]()
Now, when the Code:
IF Code:
=IF(A61,"black","")
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change cell background color as part of the If statement? | Excel Worksheet Functions | |||
Change the color of a cell or text with an if statement | Excel Discussion (Misc queries) | |||
Change Cell Color Based on IF Statement | Excel Worksheet Functions | |||
Change Color on an IF statement | Excel Worksheet Functions | |||
Change Color on an IF statement | Excel Worksheet Functions |