Forum Discussion
Deleted
Aug 12, 2017Combining columns together while adding new information
My problem is I want to combine two columns together that have city and state but i also need to add a comma and a space in front of the state this is for like 6000 plus cells, i would like to be able to do this all at once or add comma and space first for column b then combine columns togeather i.e
A B End Result
nashville tn Nashville, TN
belleville il Belleville, IL
Thank You for your help.
- Detlef_LewinSilver Contributor
Ryan,
use Flash Fill.
- Was flash fill Excel 2013 or 2007?
Wyn, it was introduced in 2013
Yes, that's exactly Flash Fill was done for.
- Deleted
Thanks for all the help ended up using =concatenate(B:B,C:C) and then scrolled over D column hit ctrl+enter and wala i ended up using the same formula to add the comma and space just took an extra stepp and used paste special value to just keep text and not formula thank you so much for taking the time to answer my question.
- Haytham AmairahSilver Contributor
Hi Rayn,
Use this formula:
=PROPER(A2)&", "&UPPER(B2)
Hi Ryan
=PROPER(A1)&", "&UPPER(B1)