Quote Originally Posted by jraj1106 View Post
=TRIM(MID(A1,FIND(":",A1)+1,FIND(" -",A1)-4))

The 2nd part of that formula assumes that the ":" will always be the 3rd character. If you're going to make that assumption then why use the first FIND?