Quick excel question

Can't you centre and merge them all? Or convert it into a database file and work some magic from there. A form maybe then fill it out with forename, surname ,address telephone number etc. etc.
 
Got a spreadsheet full of names and address's and I want to condense this to single names at each address - any ideas?! :D

gives me there full name but doesnt help :confused:

If my solution doesn't help you "condense this to single names at each address" then I haven't understood your problem. By the looks of it neither has anyone else in this thread, so potentially you could try explaining yourself better :confused:.

If you mean that you need to merge the contents of two cells into one then use the concatenate command.

e.g. =Concatenate(A1, A2)

My formula does exactly the same as concatenate, only doesn't require typing a long word ;).

I dont want to merge anything I need to pull out unique address's :)

So you want to condense the names but not merge them? Now totally confused.
 
I dont want to merge anything I need to pull out unique address's :)

You could use a Pivot table then. Drop Address into the Drop Row Fields here, and the count of it into the Data Items. Will show you which ones are duplicates, or you could just C&P from the Row Fields into a new list.
 
Confused too. Can you post a sample here with commas to show current layout as-is and a sample of what you want to achieve. I too thought that single names at each address would be achieved with concatenate. :confused:

e.g.

Before:
Joe,Bloggs,1 Any Street, Anytown, Any Code

After:
?

PS For unique records, try Data > Filter > Advanced... There are options there for unique records in a selection.
 
Back
Top Bottom