Advertisement
zilexa

EXCEL - if cell contains part of text, return x otherwise z

Oct 25th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. =IF(ISNUMBER(SEARCH("abc",B5)),"return if B5 partially or fully contains text abc","no match")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement