View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Wanna Learn Wanna Learn is offline
external usenet poster
 
Posts: 318
Default Adding letter at the end of cell

Awesome Thanks!

"Dave F" wrote:

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