Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
Adding a letter at the end of each number in a column using CONCATENATE function in Excel
This will add the letter "X" (or any other letter you choose) at the end of each number in the original column. You can then copy and paste the values in the new column over the original column to replace the numbers with the new values that include the letter at the end.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
With numbers in Column A, in another column enter =A1&"A" or whatever letter you want to Add Copy down Copy this new column and Paste SpecialValues back over column A. -- Regards Roger Govier "Wanna Learn" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Custom Format
0"a" assuming "a" is a letter at the end "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 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract Column Letter from Cell Reference in another Cell | Excel Discussion (Misc queries) | |||
Help with this conditional IF statement | Excel Discussion (Misc queries) | |||
count a number range and a letter in a cell | Excel Worksheet Functions | |||
Custom functions calculating time arguments Help Desperate | Excel Worksheet Functions | |||
Adding the contents of a cell to a formula | Excel Discussion (Misc queries) |