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

Conditional Formatting

novice007

New Member
When using the in-built Conditional Formatting tool, is it possible to actually alter text in the selected cell or can you only do the things such as font change, fill/border colour etc. For example, if I had the word "OLD" in Cell A1, can I use CF in A1 to change it's contents to "OLD ANIMAL" if it found the word "DUCK in B1?
 
Hi novice007,


I don't think that is possible. Conditional formatting only work when it found certain change, you need to define it in a cell via formula then CF could work. Lets say IF(A1="Duck","Old Animal","") then CF could be used to format cell if this formula results in "Old Animal". (That's my humble opinion)


Regards,

Faseeh
 
Hello Novice007. Use the index & match function for your problem.


Please upload a sample file if you would like some help on this. If not, google the index function.
 
Back
Top