I have a column with the following type of text in it:
256 items delivered by supplier (LLC Printlogic) 436 items delivered by supplier (LLC Mango)<
There are a number of ways to parse text. Here is one of them.
=REPLACE(REPLACE(A2, FIND(")", A2), LEN(A2), ""),1, FIND("(", A2), "")