View Single Post
  #11   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

As noted, that was a wrong proposal. Here another, purported to be
correct...

=SUBSTITUTE(LEFT(A1),"3",0)&REPLACE(A1,1,1,"")

OhhAhh wrote:
Thanks mate. I tried this and it worked.

"Aladin Akyurek" wrote:


=SUBSTITUTE(A1,"3","0",1)

OhhAhh wrote:

I have a sheet with old phone numbers on it. The numbers all have a leading
3 (ie 3476) which I want to replace with a 0 (ie 0476). Of course if I do a
regular find and replace it will replace all 3's within the numbers not just
the leading one. Can someone out there tell me what the best way to achieve
this is.

Thanks

Graeme