• The forum (and all other resources in Chandoo.org) will be under maintenance and will be unavailable for a maximum of two hours on the first week of October 2023. The exact date, time and duration of the maintenance are subject to change. We regret the inconvience it may cause.
  • Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Condiitonal formatting with multiple colours for text based on an if statememt.

Hi

In the excle. - tab:Testing_Main CELL E8 - there is text that updated automatically.

I am not sure if this is possble.

If the text states: "CONGRATULATIONS!!!!! - ALL CELLS ARE UPDATED" - can the text be green and if the text has any other text - it should be red.

if stateemnt cell AS14

Thanks

David.
 

Attachments

  • SOX_Testing_Template_Generic__Final_V12.0.xlsm
    300.1 KB · Views: 1
is it just AS14 that changes colour was not sure , as seemed a bit strange on the various cells

anyway - if just AS14 conditional formating colour - RED , GREEN

two rules

for 2007, 2010 , 2013 , 2016 , 2019 or 365 Subscription excel version
Conditional Formatting

Highlight applicable range >>
AS14 - Change, reduce or extend the rows to meet your data range of rows

Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:
=(ISNUMBER(SEARCH("congratulations",AS14,1)))

Format [Number, Font, Border, Fill] Format GREEN
choose the format you would like to apply when the condition is true
OK >> OK

and then

Highlight applicable range >>
AS14 - Change, reduce or extend the rows to meet your data range of rows

Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:
=NOT((ISNUMBER(SEARCH("congratulations",AS14,1))))

Format [Number, Font, Border, Fill] Format RED
choose the format you would like to apply when the condition is true
OK >> OK

but you could just format the cell RED and only have the 1 rule for GREEN
 
Back
Top