Hi All
I'm after a one line formula to do two jobs
We receive telephone number in this format 0123-4567891 and I'd like to convert them to this format 01234 567891.
I can use substitute the "-" with this =SUBSTITUTE(D2,"-","") in helper column 1 and and then get the format correct in helper column 2 (Y) using =TEXT(Y2,"##### ######")
I'd like to do it all with one formula if possible please and retain the leading zero as currently I am losing the leading zero in column Y
Any assistance would be greatly appreciated
cheers
Paul
I'm after a one line formula to do two jobs
We receive telephone number in this format 0123-4567891 and I'd like to convert them to this format 01234 567891.
I can use substitute the "-" with this =SUBSTITUTE(D2,"-","") in helper column 1 and and then get the format correct in helper column 2 (Y) using =TEXT(Y2,"##### ######")
I'd like to do it all with one formula if possible please and retain the leading zero as currently I am losing the leading zero in column Y
Any assistance would be greatly appreciated
cheers
Paul