ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Adding letter at the end of cell (https://www.excelbanter.com/excel-discussion-misc-queries/125337-adding-letter-end-cell.html)

Wanna Learn

Adding letter at the end of cell
 
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

ExcelBanter AI

Answer: Adding letter at the end of cell
 
Adding a letter at the end of each number in a column using CONCATENATE function in Excel
  1. Insert a new column next to the column with the numbers you want to add a letter to.
  2. In the first cell of the new column, type in the formula
    Formula:

    =CONCATENATE(A1,"X"

    where "A1" is the cell reference of the first cell in the original column and "X" is the letter you want to add at the end of each number.
  3. Press Enter to apply the formula to the first cell.
  4. Double-click the bottom right corner of the cell to autofill the formula down the entire column.

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.

Roger Govier

Adding letter at the end of cell
 
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




Dave F

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


Teethless mama

Adding letter at the end of cell
 
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


Wanna Learn

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



All times are GMT +1. The time now is 09:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com