View Single Post
 
Old 01-12-2019, 09:00 AM
Haha88 Haha88 is offline Windows 8 Office 2010 32bit
Advanced Beginner
 
Join Date: Mar 2015
Posts: 79
Haha88 is on a distinguished road
Default

Quote:
Originally Posted by ArviLaanemets View Post
Specifically "SIN106952"? Or invoice number following string "Invoice" and continuing until first occurence of ":"?

When 2nd, then (on fly as I don't have Excel at moment - so maybe you have to make corrections)
Code:
=TRIM(LEFT(RIGHT(YourString,LEN(YourString)-FIND("Invoice",YourString)+7),FIND(":",RIGHT(YourString,LEN(YourString)-FIND("Invoice",YourString)+7))-1))
Thank you for looking into this for me. However, the result gives: 2018. I attached example sheet herewith.
Attached Files
File Type: xlsx Extract Text string example.xlsx (9.8 KB, 11 views)
Reply With Quote