QUOTE(rico_n @ Dec 27 2018, 02:56 PM)
many expert here..
tumpang a bit can?
what if i want to copy specific keyword to other column.
let say this keyword always in capital letter
eg: asdad adkjald ABCD asd;ak adskak
i want to copy that ABCD to other colum
=MID(target cell, starting position, length of numbers u wanna copy)
In your example, =MID(A1,15,4) coz include spaces
If the position is not fixed, can use this

» Click to show Spoiler - click again to hide... «
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(A1,"a",""),"b",""),"c",""),"d",""),"e",""),"f",""),"g",""),"h",""),"i",""),"j",""),"k",""),"l",""),"m",""),"n",""),"o",""),"p",""),"q",""),"r",""),"s",""),"t",""),"u",""),"v",""),"w",""),"x",""),"y",""),"z","")," ","")
Replace the bold part with your target cell
This post has been edited by Flame Haze: Dec 27 2018, 03:32 PM