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)
=MID(C3,FIND("By:",C3)+4,6)