Thread
:
Help with Formula to extracting text from text string
View Single Post
01-12-2019, 11:52 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
Another way
=MID(B3,FIND("SIN",B3),FIND(":",B3,FIND("SIN",B3)+ 1)-FIND("SIN",B3))
xor
View Public Profile
Find all posts by xor