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

Formula to ignore if criteria not met for extracting certain text

kidiowa

New Member
Me again, and another question. I figured out a part of the problem, I'm able to extract the initials after "By:", but I get the #Value! error when cells don't meet the criteria. Is there a nesting function (IF function?) that I can put into the below formula that says to leave the cell blank if "By:" not found?


=MID(C3,FIND("By:",C3)+4,6)
 
Quick side note: If you don't need to be case-sensitive, I'd use SEARCH instead of FIND. Less chance of accidentally missing something is someone types "by:" instead of "By:"
 
Back
Top