hi all need your help in following problem
i have data in different cells in column a as under , no limiter i can think of
Alsssssss Jonh M
(B) Worker
That place.
(H) 175, This Street 110.
Heresville AA 55555
123456
need all this data to be in different columns
a total of 3000 entries ,
some data do not have a home address
Your help will be greatly appreciated
Last edited by NBVC; 09-21-2010 at 09:54 PM. Reason: edited for privacy of potential real person
Are there carriage returns possibly?
For example if that exact sample is in cell A1, then what does this formula return?
=CODE(MID(A1,17,1))
replace A1 with the address of cell containing the exact example above..... and hopefully that is not a real address for that person.... I will adjust it anyways... except length of the first line... where 17 is the number of characters from first character + 1 in first line only
Last edited by NBVC; 09-21-2010 at 09:56 PM.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
thanks for your help .
the address is a fake one .
each entry is a different cell in a column , not in one cell .
so can you help again
As long as you have the name/address lists each with consistent number of lines and directly beneath each other, then, assuming you have them beginning in A1, try:
=INDEX($A:$A,6*(ROWS($A$1:$A1)-1)+COLUMNS($A$1:A$1))
copied across 6 columns and down as far as you need to retrieve all items.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks