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 have a space before the TBA and sometimes not.
I would like to use the TRIM function in the formula to remove these spaces as part of the formula, but am having difficulties trying to figure out were to insert it into the formula.
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 have a space before the TBA and sometimes not.
I would like to use the TRIM function in the formula to remove these spaces as part of the formula, but am having difficulties trying to figure out were to insert it into the formula.