you know you want to start at character 15
and you want the MID section which is the length of the cell - 18 (14+4) characters
Len(a2)-18
use a MID
=MID(A2,15,LEN(A2)-18)
and you want the MID section which is the length of the cell - 18 (14+4) characters
Len(a2)-18
use a MID
=MID(A2,15,LEN(A2)-18)