Skip to content
Real Estate Technology

User Stats

146
Posts
24
Votes
Joshua Gordon
  • Investor
  • Kansas City, MO
24
Votes |
146
Posts

Need help with Excel...

Joshua Gordon
  • Investor
  • Kansas City, MO
Posted Mar 9 2014, 11:46

So I am a beginner with Excel. I can make spreadsheets that do math, but nothin fancy. I recently purchased a list from my county, and I need help merging cells. Each little piece of info is in it's own cell. Like the address 123 abc st city state is in 5 separate cells. How can I set it up so that 123 abc st is in one cell?

User Stats

262
Posts
47
Votes
Joseph Pytcher
  • Developer
  • Frisco, TX
47
Votes |
262
Posts
Joseph Pytcher
  • Developer
  • Frisco, TX
Replied Mar 9 2014, 12:01

@Joshua Gordon

You want to create a new column of cells and use the function

=CONCATENATE()

With the cells you want to merge.

User Stats

22,059
Posts
14,110
Votes
Jon Holdman
  • Rental Property Investor
  • Mercer Island, WA
14,110
Votes |
22,059
Posts
Jon Holdman
  • Rental Property Investor
  • Mercer Island, WA
ModeratorReplied Mar 9 2014, 12:05

Or use the "&" operator. It does concatenation. So, if your data is in row 1, cells A through E you might want F1 to be:

=a1 & " " & b1 & " " & c1 & ", " & d1 & " " e1

You can use concatenate, but you still may have to include spaces and puncturation to get the desired result.

BiggerPockets logo
BiggerPockets
|
Sponsored
Find an investor-friendly agent in your market TODAY Get matched with our network of trusted, local, investor friendly agents in under 2 minutes

User Stats

2
Posts
5
Votes
Thomas Thatcher
Pro Member
  • San Antonio, TX
5
Votes |
2
Posts
Thomas Thatcher
Pro Member
  • San Antonio, TX
Replied Mar 9 2014, 12:16

Hello Joshua,

You can use the CONCATENATE formula.

Type in: =CONCATENATE(A1," ",B1," ",C1," ",D1," ",E1)

step 1: type in formula in the formula bar

step 2: press enter to get your results

step 3: drag to copy down

Hope this helps.

Thomas Thatcher

User Stats

262
Posts
47
Votes
Joseph Pytcher
  • Developer
  • Frisco, TX
47
Votes |
262
Posts
Joseph Pytcher
  • Developer
  • Frisco, TX
Replied Mar 9 2014, 13:25

@Thomas Thatcher

Joshua, Thomas is doing it the correct way. When you merge the cells, it may look like there is no space so make sure to add " " and it will space it out.

User Stats

60
Posts
22
Votes
Scott Williams
  • RE Investor & Broker
  • Huntington Beach, CA
22
Votes |
60
Posts
Scott Williams
  • RE Investor & Broker
  • Huntington Beach, CA
Replied Mar 9 2014, 13:47
Originally posted by @Joshua Gordon:
So I am a beginner with Excel. I can make spreadsheets that do math, but nothin fancy. I recently purchased a list from my county, and I need help merging cells. Each little piece of info is in it's own cell. Like the address 123 abc st city state is in 5 separate cells. How can I set it up so that 123 abc st is in one cell?

What are you trying to do with the data? Assuming you are doing a mail merge for marketing purposes, you can leave the data in the individual cells and then pull each merge field into document very easily.

User Stats

146
Posts
24
Votes
Joshua Gordon
  • Investor
  • Kansas City, MO
24
Votes |
146
Posts
Joshua Gordon
  • Investor
  • Kansas City, MO
Replied Mar 9 2014, 15:03

thank you everyone!!! This will help me tremendously!

@Scott McMahan I am trying to upload the list into zoho crm so that I may keep track of who I mailed to and how often (as my list is rather large). I only have my iPhone and random access to a computer, so I can't really use excel to track.