It's me again. Isn't concatenate a formula? I need to delete the 3 columns that I am combining after I combine them. Won't that mess up things when you take away the column that the formula refers to?
1. Concatenate is a formula. However, you can just as easily put =A1&B1 or =A1&" "&B1 without having to remember how to spell concatenate.
2. Yes. After doing the concatenate, you need to:
--select all the new cells that contain the concatenated text. Hit Copy. Don't move! Hit Edit-Paste special, choose Values, Ok.
--delete the columns that contained the original data.
If you need it to be automated 'cause you're doing it constantly, then you should ask for a VBA solution. Anne Troy
Dreamboat@TheWordExpert.com
Anne@MrExcel.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.