Hi,
i'm having touble with creating a formula for finding the same instance multiple times in one cell. here is an example of the data first:

Oper: YW Date: 12/14/12 10:02am
mortgagee cls to sign, just correction no re-fi, april pls follow
up

Oper: KB Date: 01/21/13 11:54am
emailed for signature again.

Oper: KB Date: 01/22/13 10:38am
rcvd back signed - emailed to company through website for
processing.

The formula i have so far is :=MID(AQ2,SEARCH("Oper:",AQ2,1)+6,3), now how do i pull the second Oper: id and date which in a cell would look like this:

First ID First Date Second ID Second Date
YW 12/14/2012 KB 1/21/2013

I am new to Excel pretty much and need to know how to loop my formula to find the next text and date and so forth, some of these strings have 15 diffrent Oper ID's and dates.... please help