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

Highlight Cells Which Contains Desired Multiple Words

Galav Dani

New Member
Hello Sir.... I want to highlight cells of a single column with a color which contains two text strings of my desire.

threre are a lot of rows in that column..

as an example I want highlight those cells which contains "concrete" and "slab" from my selected column.

please reply.
 
Hi Dani ,

Should a cell be highlighted only if it contains both the words "Concrete" and "Slab" ?

Or should it be highlighted if either of the two words is present ?

Narayan
 
Hi Galav,

Welcome to chandoo.org forum.

Care to upload a sample file with column of data and where you will enter your choice of words.

Regards,
 
Thx sir for your swift response...I had uploaded sample file for your ref. I want to highlight all cells which contains below two words only.

1. concrete 2. slab

only those words should be highlighted which contains these two words only.
 

Attachments

  • sample.xls
    951.5 KB · Views: 24
@Galav Dani

In you data none of the row has data with two words, if it is there you can use below formula for CF.

=ISNUMBER(SEARCH("concrete",A3))*ISNUMBER(SEARCH("slab",A3))

in whole column where there is data.

Regards,

sir..i had done conditional formatting using above formula you suggested and select a color for to highlight. but its not giving desire results.
 
Back
Top