A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hello.
Welcome to the Microsoft Community.
If you'd like to merge two Excel cells that contain different text and keep both values (like in your example appending "ETH" to the end of each text string in the adjacent cell), you can use a formula rather than the standard Merge Cells Option, which only keeps the leftmost value.
Here's how you can do it:
- In a new column, use the formula: =A1&" "&B1 This will combine the text from cell A1 and B1 with a space in between.
- Drag the formula down to apply it to the rest of the rows.
- Once done, you can copy the new column and use Paste > Paste Values to keep just the merged text.
Let me know how it goes.
Best Regards,
Daniel Coy
Microsoft Community Support