Hi Guys, new to the forum but a long time user of the formulas published here. Having a trouble at this formula. So far the formula work to a certain level...
I'm working with a data as below.
22.04.2014 08:01:30 John Doe
Report number:OC-TPI/KLM-SA/AJU-123
Title: Report For Pancake Taste
Tasting date: 08/09/2013
Result: Delicious Pancake!.
My end goal is to extract "OC-TPI/KLM-SA/AJU-123"
I have successfully do that using this code.
But my database not all the "Report number:" is using the word number, some will look like this "Report No.:" So I modified the code to look for "OC-" which is the beginning of the report no name. as below:
But the problem now, it output "TPI/KLM-SA/AJU-123" missing the "OC-".
Try to tweak the code but I'm still stuck.
Note: the report number always start with "OC-" and always ended with char(10)[Alt+Enter]
Thanks
Bookmarks