Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
eternallygrateful
 
Posts: n/a
Default trying to sort/farmat scanned info

I saved a scan of a label sheet as an excel file. Each piece of info is being
allocated its own cell. Right now it is in the format:
<name1<name2<name3
<street1<street2<street3
<state+1<state+2<state3+
<name4<name5<name6
<street4<street5<street6
<state+4<state+5<state+6
<name7<name8<name9
<street7<street8<street9
<state+7<state+8<state+9
..
..
..
....and continues in this manner for a few hundred pages.
I want to be able to manipulate the info so it's in the format:
<name1<street address1<city,state,zip1
<name2<street address2<city,state,zip2
<name3<street address3<city,state,zip3
..
..
..
....how can i do this? I am a relative excel noobie and don't even know where
to start. The fact that the info isnt a simple text or ascii file with
delimiters doesnt help the matter. Any and all help is appreciated
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Try something like

=OFFSET($A$1,COLUMN(A:A)-1,ROW(1:1)-1)

copy across 4 columns then copy down as long as needed,
once you start getting numbers you are done,
replace $A$1 with the left uppermost data cell

I used 4 columns although the first part of you exampole don't have zip
codes but your second part do have them, if the zips are together with the
states only copy 3 columns accross


Regards,

Peo Sjoblom

"eternallygrateful" wrote:

I saved a scan of a label sheet as an excel file. Each piece of info is being
allocated its own cell. Right now it is in the format:
<name1<name2<name3
<street1<street2<street3
<state+1<state+2<state3+
<name4<name5<name6
<street4<street5<street6
<state+4<state+5<state+6
<name7<name8<name9
<street7<street8<street9
<state+7<state+8<state+9
.
.
.
...and continues in this manner for a few hundred pages.
I want to be able to manipulate the info so it's in the format:
<name1<street address1<city,state,zip1
<name2<street address2<city,state,zip2
<name3<street address3<city,state,zip3
.
.
.
...how can i do this? I am a relative excel noobie and don't even know where
to start. The fact that the info isnt a simple text or ascii file with
delimiters doesnt help the matter. Any and all help is appreciated

  #3   Report Post  
eternallygrateful
 
Posts: n/a
Default

i highlighted the four columns and down to the last row (36th row) of my test
spreadsheet and then copied the formula you provided. Cell A1 which
originally contained a bunch of numbers (i.e. <info+1) changed to 0 and the
rest of cells remained unchanged. I must be doing something wrong. Thnx in
advance for your help.

"Peo Sjoblom" wrote:

Try something like

=OFFSET($A$1,COLUMN(A:A)-1,ROW(1:1)-1)

copy across 4 columns then copy down as long as needed,
once you start getting numbers you are done,
replace $A$1 with the left uppermost data cell

I used 4 columns although the first part of you exampole don't have zip
codes but your second part do have them, if the zips are together with the
states only copy 3 columns accross


Regards,

Peo Sjoblom

"eternallygrateful" wrote:

I saved a scan of a label sheet as an excel file. Each piece of info is being
allocated its own cell. Right now it is in the format:
<info+1 <info+2 <infor+3
<name1 <name2 <name3
<street1 <street2 <street3
<state+1<state+2<state3+
<info+4 <info+5 <info+6
<name4 <name5 <name6
<street4 <street5 <street6
<state+4<state+5<state+6
<info+7 <info+8 <info+9
<name7 <name8 <name9
<street7 <street8 <street9
<state+7<state+8<state+9
.
.
.
...and continues in this manner for a few hundred pages.
I want to be able to manipulate the info so it's in the format:
<info+1<name1<street address1<state+1
<info+2<name2<street address2<state+2
<info+3<name3<street address3<state+3
.
.
.
...how can i do this? I am a relative excel noobie and don't even know where
to start. The fact that the info isnt a simple text or ascii file with
delimiters doesnt help the matter. Any and all help is appreciated

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
change axis info on radar charts alfred Charts and Charting in Excel 1 January 11th 05 04:36 AM
Where can I find advanced info on Excel Charts? curtis_tx Charts and Charting in Excel 3 December 18th 04 08:05 PM


All times are GMT +1. The time now is 02:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"