Hi shelzbelz,
Sorry, had to revise my post based on your latest info..
Try this:
If your current data is in column B (as shown in your example), starting in B1, then in D1 put the formula:
=OFFSET($B$1,ROW()*2-2,0)
to get the name. In E1 put the formula:
=LEFT(OFFSET($B$2,ROW(B1)*2-2,0),FIND(" ",OFFSET($B$2,ROW(B1)*2-2,0))-1)
to get the house/building number. In F1 put the formula:
=RIGHT(OFFSET($B$2,ROW(B1)*2-2,0),LEN(OFFSET($B$2,ROW(B1)*2-2,0))-LEN(E1)-1)
to get the street info.
Fill that down columns D, E and F as many rows as needed. You can then copy all of those values and use Edit -> PasteSpecial -> Values to put them into Columns A-C.
Bookmarks