View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default how to delete and insert in a two cells merge using Access 2003?

This is an Excel news Group and you are asking about Access 2003.

I will assume a typo................

Would be nice to see an example of before and after but perhaps something
like this?

=A1 & " " & "44" & RIGHT(B1,9)


Gord Dibben MS Excel MVP


On Thu, 14 Jan 2010 14:56:03 -0800, Dubois2U
wrote:

I want to merge a column of names to a column of 10 digit mobile numbers; but
in doing so I need to delete "0" (the first digit) before adding "44" to the
front ot the remaining 9. I know of the "=A1& " "&B1" formula, but it does
not do the necessary deletion and insertion I need to do. Any help?