Hi,
Give us more examples.
With given examples, use one of the following formulas:
=SUBSTITUTE(RIGHT(A1,LEN(A1)-FIND("-",A1)+1),"^","")
or
=SUBSTITUTE(RIGHT(A1,5),"^","")
Hi,
Give us more examples.
With given examples, use one of the following formulas:
=SUBSTITUTE(RIGHT(A1,LEN(A1)-FIND("-",A1)+1),"^","")
or
=SUBSTITUTE(RIGHT(A1,5),"^","")
OK.
Try this formula:
=SUBSTITUTE(TRIM(RIGHT(SUBSTITUTE(A1,"*",REPT(" ",50)),30)),"^","")
or
=TRIM(RIGHT(SUBSTITUTE(SUBSTITUTE(A1,"^",""),"*",R EPT(" ",50)),30))
Last edited by Ingolf; 01-07-2016 at 12:50 AM.
Bookmarks