I have 5 cells filled with numbers like L49 T49 Z467 etc. See file.
Whenever one of the 5 cells contains an L there should appear a TRUE
Thx
I have 5 cells filled with numbers like L49 T49 Z467 etc. See file.
Whenever one of the 5 cells contains an L there should appear a TRUE
Thx
Last edited by Gaellus; 07-21-2016 at 02:41 AM.
Try this ...
=COUNTIF(A1:E1,"L*")>0
Thanks. And what IF i want to add two specific words to it. For example FISH and CHIPS
=SUM(COUNTIF(A1:E1,{"*FISH*","*CHIPS"}))>0
And now all in the same formula![]()
Ah yea of course .. Thanks!
You are welcome, goodluck!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks