Question : excel string functions

i want to strip the left and right of the textual value:

i have this... GECommonUI

i want to get this... GECommonUI

thanks all

Answer : excel string functions

=MID(A1, FIND(">", A1, 1) + 1, LEN(A1) - FIND("<", A1, 2))
Random Solutions  
 
programming4us programming4us