Thread
:
Substring to return numbers
View Single Post
07-22-2016, 10:03 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,100
Then maybe:
=MID(N4,FIND(A1,N4)+LEN(A1)+1,FIND(A2,N4)-LEN(A2)-2)
where A1 = bRef and A2 = cRef.
xor
View Public Profile
Find all posts by xor