View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Adding letter at the end of cell

One way: =CONCATENATE(A1,"a") assuming the number is in A1 and the letter you
want to add is "a"

Dave
--
Brevity is the soul of wit.


"Wanna Learn" wrote:

Hello I have a column and I need to add a letter at the end of each number
in the column I tried find and replace and I'm obviously doing it wrong.
What is the best way to do this ? again thanks