I have a file with cells containing 9932/0009 i need to convert this to 320009 so what needs to happen is remove the "/" then remove first 2 characters (99) leaving me 320009. I figured out =SUBSTITUTE(D3,"/","") (with the help of this site) and to use =RIGHT(G4,(6)) to get the right results but i was hoping to combine into one step to simplify process.
Thanks for your help.
Thanks for your help.