how do I convert cell 'Street,#' to '# Street' these are addresse
First you create an empty column to the right of your text. Then Data, Text
To Columns and follow delimited with coma.
This will split your words from your numbers. At this time you now have two
columns. Then in an ALL new 3rd column to the right you CONCATENATE both
columns.
HTH
Gilles
"Closing hyperlinked wookbooks upon exit"
icrosoft.com wrote in
message ...
I have an extensive list of addresses -- provided format is
'streetname,###'
(notice comma), I need addresses in format '### streetname' (notice
space).
An example would be 'Washington,1909' and desired outcome would be '1909
Washington' I'd appreciate any suggestions for conversion script.
Thanx RL
|