Thread
: [Solved]
Text in string
View Single Post
11-21-2014, 10:11 PM
jolivanes
Windows XP
Office 2007
Advanced Beginner
Join Date: Sep 2011
Posts: 91
If it is always between the 3rd and 4th forward slashes, this does it also I think.
=TRIM(MID(A3,FIND(CHAR(1),SUBSTITUTE(A3,"/",CHAR(1),3))+1,FIND(CHAR(1),SUBSTITUTE(A3,"/",CHAR(1),4))-1-FIND(CHAR(1),SUBSTITUTE(A3,"/",CHAR(1),3))))
jolivanes
View Public Profile
Find all posts by jolivanes