![]() |
Merging text columns
My work sheet looks like this:
4616 l STOKES l ST 2844 l OAKDALE l ST 2919 l KING COLE l DR 3504 l COLONIAL l AVE 3218 l SUNNYVALE l ST 2837 l OAKDALE l ST 3714 l SUNNYVALE l ST I want to merge to be like this "4616 STOKES ST". Whats the easiest way to do this? |
Merging text columns
=A1&" "&B1&" "&C1
or =CONCATENATE(A1," ",B1," ",C1) Hope this helps. -- John C "RyanR8881" wrote: My work sheet looks like this: 4616 l STOKES l ST 2844 l OAKDALE l ST 2919 l KING COLE l DR 3504 l COLONIAL l AVE 3218 l SUNNYVALE l ST 2837 l OAKDALE l ST 3714 l SUNNYVALE l ST I want to merge to be like this "4616 STOKES ST". Whats the easiest way to do this? |
All times are GMT +1. The time now is 08:23 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com