Forum Discussion
Deeb2018
Aug 03, 2021Copper Contributor
Add letter to beginning of number cell
I have a column of identifying numbers, all different, that I need to add a single letter to the beginning of all of the numbers without changing the specific numbers other than adding the letter. Fo...
- Aug 03, 2021
If to create new column with them , that's ="I"&A1
SergeiBaklan
Aug 03, 2021Diamond Contributor
If to create new column with them , that's ="I"&A1
- Deeb2018Aug 03, 2021Copper ContributorThat worked. I was trying to make it harder than it should have been. Thanks!
- SergeiBaklanAug 03, 2021Diamond Contributor
Deeb2018 , you are welcome