A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
You can accomplish this through VBA only. I have created a VBA macro for you and you need to input the required characters. For example, if you input , AL Then ,AL will be appended in the selection.
- Open the sheet where you want the Letters to be appended and select the required range
- ALT+F8
- Run the macro named "AppendLetters"
- it will ask for the input
- OK
(Note, if you want to use the Macro in future, you need to save your file with .xlsm extension)
Download the workbook from