Thread
: [Solved]
Extract text from a text string
View Single Post
02-11-2017, 06:30 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,100
With your data in A2:B7 enter in C2:
=--MID(A2,FIND(".",A2,FIND(".",A2)+1)+1,FIND(".",A2,F IND(".",A2,FIND(".",A2)+1)+1)-FIND(".",A2,FIND(".",A2)+1)-1)
Copy down.
xor
View Public Profile
Find all posts by xor