How can I check if a range of cells along a row contain the word "unresponsive" and then return either "yes" or "no"
Thanks!
How can I check if a range of cells along a row contain the word "unresponsive" and then return either "yes" or "no"
Thanks!
G'day
If this is based on, if there is only one word to one cell. Try this
Remember to adjust the countif range to suit your own layout.![]()
Please Login or Register to view this content.
Have I made you happy ??? If yes, please make me happy by pressing theAdd Reputation button in my post.
Please don't forget to do the same to other contributors of this forum.
ThanksI don't void confusion, I create it
Here's another one:
=IF(COUNT(MATCH("unresponsive",A1:J1,0)),"Yes","No")
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
welcome to the forum, benitopjuarez. the word "contain" is very sensitive. i would label these texts as containing the word "unresponsive"
they are unresponsive
unresponsive clients
an unresponsive person
so if those of the above are to be considered, then add wildcards to both ratcat's & Tony's solutions:
=IF(COUNTIF(A1:Z26,"*Unresponsive*")=0,"No","Yes")
=IF(COUNT(MATCH("*unresponsive*",A1:J1,0)),"Yes","No")
Thanks, if you have clicked on the * and added our rep.
If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".
"Contentment is not the fulfillment of what you want, but the realization of what you already have."
Tips & Tutorials I Compiled | How to Get Quick & Good Answers
Sweet Jesus yes. Thank you.
I'd been looking furiously for hours upon hours trying to figure this out and your formula worked PERFECTLY.
THANK YOU.
You're welcome. Thanks for the feedback!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks