Hi,
Could someone help me or point me in the right direction, I have this formula
=LEFT(MID(A1,FIND("/",A1)+1,LEN(A1)),FIND("/",MID(A1("/",A1)+1,LEN(A1)))-1)
It extracts the middle part of:
1113987 / TBA / Apples
So the result will be
TBA
However I have a number of these which sometimes...