Thank you, thank you!! That worked exactly how I needed it to! You have saved me days worth of time doing it manually. I actually tried the first formula you gave before I saw the corrected one, and noticed the two things in FIND were switched. In my particular case, and if anyone else is reading this with the same question, the formula works the same without the +1 if the / is removed from the quotes. Thanks again for your help, DGagnon! <3

Same results in my case:
=MID(A1,FIND("/ABC",A1)+1,10)
=MID(A1,FIND("ABC",A1),10)