Thread
: [Solved]
Help with Formula to extracting text from text string
View Single Post
02-03-2018, 09:29 AM
NoSparks
Windows 7 64bit
Office 2010 64bit
Excel Hobbyist
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
does this work?
=MID(C3,FIND("::",C3,1)+2,LEN(C3)-FIND("::",C3,1)-2)
NoSparks
View Public Profile
Find all posts by NoSparks