• 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.

If Formula Problem.

imlovely57

New Member
I am using If formula But having problem please help me.

A1 = Job

i want to change color in red if A1<> Job by using if formula.

Conditional formatting is not working as my desired.

regards: imlovely57@gmail.com
 
It works for me.


Select use a formula to determine which cells to format.


Then write : =C3="Job"


Click Format and choose your desired formatting.


Regards
 
Hi imlovely57,


If you want cell to be filled Red for every thing excluding "Job" then it should be:


Code:
=(A1<>"Job")


...place in conditional formatting menu and format cell fill to Red.


Regards,
 
Back
Top