How can I add a T to the content of each cell in a certain column (that contains 10000 cells) without typing it manually?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||||||
|
|
The non-programming way:
|
||||
|
|
|
Here's some VBA code that you can modify to fit your needs. If you run it as is, it will add the letter "T" to the end of whatever text value is in cells A1 through A10. Have fun.
|
|||
|
|
|
If you want the cells to contain only a T:
If you want the cells to have a "T" prepended or appended to the existing content: You will need to create a formula that references the original column, and paste it into a temporary column in a manner similar to the above. See Hellion's answer for how to do that. |
||||
|