#1   Report Post  
Jimipolo
 
Posts: n/a
Default Data Filtering

I have 22000 rows of data that are sorted into two columns. column a has 10
rows of address labels, a space, then repeated over and over again. i need to
sort this information into 10 columns but don't know how. can anybody help
with a formula that will enable me to have column headers of Name address etc
and the data filtered correctly

"current data"
Name 1st Move International Ltd
Add1 International House Worthy Road
Add2 Chittening Industrial Estate
Add3 Chittening
Add4 Bristol
PC BS11 0YB
Tel 0117-982-8123
Fax 0117-982-2229
Mail
web
www.shipit.co.uk

I need it to be like this

A B and so on
Name Add1 and so on

Please help!!
--
James
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Jimi

On a copy of the worksheet..........................

Assuming name is cell B1 enter in C1 and drag across to L1 and down until you
get zeros.

=OFFSET($B$1,(ROW()-1)*10+COLUMN()-3,0)

When happy,select Columns C:L then copypaste special(in place)valuesOK

Insert a row at row 1 then copypaste specialtranspose the headers in A1:A10
to C1:L1

Delete columns A and B.


Gord Dibben Excel MVP


On Mon, 25 Apr 2005 18:13:04 -0700, "Jimipolo" wrote:

I have 22000 rows of data that are sorted into two columns. column a has 10
rows of address labels, a space, then repeated over and over again. i need to
sort this information into 10 columns but don't know how. can anybody help
with a formula that will enable me to have column headers of Name address etc
and the data filtered correctly

"current data"
Name 1st Move International Ltd
Add1 International House Worthy Road
Add2 Chittening Industrial Estate
Add3 Chittening
Add4 Bristol
PC BS11 0YB
Tel 0117-982-8123
Fax 0117-982-2229
Mail
web
www.shipit.co.uk

I need it to be like this

A B and so on
Name Add1 and so on

Please help!!


  #3   Report Post  
Jimipolo
 
Posts: n/a
Default

many thanks for your time and effort in responding to my query. I;m not that
great in excel and although your reply is 100% correct i cannot get it to
work. maybe i am using an olser version of ecxcel as it doesn't give me the
option to transpose certain labels - only a tick box! can i e-mail you my
spreadsheet and you can talk me through it, or alternatively post a reply as
if you were advising an absolute computer 1st timer in order that i will
understand!!

Once again i thank you for your assistance
--
James


"Gord Dibben" wrote:

Jimi

On a copy of the worksheet..........................

Assuming name is cell B1 enter in C1 and drag across to L1 and down until you
get zeros.

=OFFSET($B$1,(ROW()-1)*10+COLUMN()-3,0)

When happy,select Columns C:L then copypaste special(in place)valuesOK

Insert a row at row 1 then copypaste specialtranspose the headers in A1:A10
to C1:L1

Delete columns A and B.


Gord Dibben Excel MVP


On Mon, 25 Apr 2005 18:13:04 -0700, "Jimipolo" wrote:

I have 22000 rows of data that are sorted into two columns. column a has 10
rows of address labels, a space, then repeated over and over again. i need to
sort this information into 10 columns but don't know how. can anybody help
with a formula that will enable me to have column headers of Name address etc
and the data filtered correctly

"current data"
Name 1st Move International Ltd
Add1 International House Worthy Road
Add2 Chittening Industrial Estate
Add3 Chittening
Add4 Bristol
PC BS11 0YB
Tel 0117-982-8123
Fax 0117-982-2229
Mail
web
www.shipit.co.uk

I need it to be like this

A B and so on
Name Add1 and so on

Please help!!



  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

Did you get the =offset() formula to work ok in C1:L1?
(It worked fine for me.)

Then I followed Gord's instruction to copy it down the rows until I got a bunch
of 0's.

Then I selected columns C:L
edit|copy
edit|paste special|Values

Then I inserted a new row 1
Then I selected A2:A11
edit|copy
then I selected C1
edit|paste special|check Transpose

If all that works fine (and it did for me), then I deleted columns A:B and saved
it as a new name.

I bet it was just a minor mistake--try it again. If it doesn't work, keep track
of what you did and where it went wrong and post back with your results.

But I bet you'll be sending a "thank you" to Gord!




Jimipolo wrote:

many thanks for your time and effort in responding to my query. I;m not that
great in excel and although your reply is 100% correct i cannot get it to
work. maybe i am using an olser version of ecxcel as it doesn't give me the
option to transpose certain labels - only a tick box! can i e-mail you my
spreadsheet and you can talk me through it, or alternatively post a reply as
if you were advising an absolute computer 1st timer in order that i will
understand!!

Once again i thank you for your assistance
--
James

"Gord Dibben" wrote:

Jimi

On a copy of the worksheet..........................

Assuming name is cell B1 enter in C1 and drag across to L1 and down until you
get zeros.

=OFFSET($B$1,(ROW()-1)*10+COLUMN()-3,0)

When happy,select Columns C:L then copypaste special(in place)valuesOK

Insert a row at row 1 then copypaste specialtranspose the headers in A1:A10
to C1:L1

Delete columns A and B.


Gord Dibben Excel MVP


On Mon, 25 Apr 2005 18:13:04 -0700, "Jimipolo" wrote:

I have 22000 rows of data that are sorted into two columns. column a has 10
rows of address labels, a space, then repeated over and over again. i need to
sort this information into 10 columns but don't know how. can anybody help
with a formula that will enable me to have column headers of Name address etc
and the data filtered correctly

"current data"
Name 1st Move International Ltd
Add1 International House Worthy Road
Add2 Chittening Industrial Estate
Add3 Chittening
Add4 Bristol
PC BS11 0YB
Tel 0117-982-8123
Fax 0117-982-2229
Mail
web
www.shipit.co.uk

I need it to be like this

A B and so on
Name Add1 and so on

Please help!!




--

Dave Peterson
  #5   Report Post  
Gord Dibben
 
Posts: n/a
Default

Change the DOT and AT to appropriate characters and send it along.

Gord

On Wed, 27 Apr 2005 15:18:10 -0700, "Jimipolo" wrote:

many thanks for your time and effort in responding to my query. I;m not that
great in excel and although your reply is 100% correct i cannot get it to
work. maybe i am using an olser version of ecxcel as it doesn't give me the
option to transpose certain labels - only a tick box! can i e-mail you my
spreadsheet and you can talk me through it, or alternatively post a reply as
if you were advising an absolute computer 1st timer in order that i will
understand!!

Once again i thank you for your assistance




  #6   Report Post  
Gord Dibben
 
Posts: n/a
Default

Oops!

Told Jimi to send book to me via email.

Did not see(BAAB) your reply and explanation.

Second time through with yours should get him sorted, but I will set up his
book if he sends it.


Gord

On Wed, 27 Apr 2005 17:47:07 -0500, Dave Peterson
wrote:

Did you get the =offset() formula to work ok in C1:L1?
(It worked fine for me.)

Then I followed Gord's instruction to copy it down the rows until I got a bunch
of 0's.

Then I selected columns C:L
edit|copy
edit|paste special|Values

Then I inserted a new row 1
Then I selected A2:A11
edit|copy
then I selected C1
edit|paste special|check Transpose

If all that works fine (and it did for me), then I deleted columns A:B and saved
it as a new name.

I bet it was just a minor mistake--try it again. If it doesn't work, keep track
of what you did and where it went wrong and post back with your results.

But I bet you'll be sending a "thank you" to Gord!




Jimipolo wrote:

many thanks for your time and effort in responding to my query. I;m not that
great in excel and although your reply is 100% correct i cannot get it to
work. maybe i am using an olser version of ecxcel as it doesn't give me the
option to transpose certain labels - only a tick box! can i e-mail you my
spreadsheet and you can talk me through it, or alternatively post a reply as
if you were advising an absolute computer 1st timer in order that i will
understand!!

Once again i thank you for your assistance
--
James

"Gord Dibben" wrote:

Jimi

On a copy of the worksheet..........................

Assuming name is cell B1 enter in C1 and drag across to L1 and down until you
get zeros.

=OFFSET($B$1,(ROW()-1)*10+COLUMN()-3,0)

When happy,select Columns C:L then copypaste special(in place)valuesOK

Insert a row at row 1 then copypaste specialtranspose the headers in A1:A10
to C1:L1

Delete columns A and B.


Gord Dibben Excel MVP


On Mon, 25 Apr 2005 18:13:04 -0700, "Jimipolo" wrote:

I have 22000 rows of data that are sorted into two columns. column a has 10
rows of address labels, a space, then repeated over and over again. i need to
sort this information into 10 columns but don't know how. can anybody help
with a formula that will enable me to have column headers of Name address etc
and the data filtered correctly

"current data"
Name 1st Move International Ltd
Add1 International House Worthy Road
Add2 Chittening Industrial Estate
Add3 Chittening
Add4 Bristol
PC BS11 0YB
Tel 0117-982-8123
Fax 0117-982-2229
Mail
web
www.shipit.co.uk

I need it to be like this

A B and so on
Name Add1 and so on

Please help!!



  #7   Report Post  
Jimipolo
 
Posts: n/a
Default

Gord,

I got it to work!!! I am a very happy man and cannot thank you enough, I
have spent days on reformatting the data then realised that i couldn't do
with it what i needed.

I had to change your formula to *11 instead of *10 as i had an extra line in
between each set of addresses.

Once again thanks

--
James


"Jimipolo" wrote:

many thanks for your time and effort in responding to my query. I;m not that
great in excel and although your reply is 100% correct i cannot get it to
work. maybe i am using an olser version of ecxcel as it doesn't give me the
option to transpose certain labels - only a tick box! can i e-mail you my
spreadsheet and you can talk me through it, or alternatively post a reply as
if you were advising an absolute computer 1st timer in order that i will
understand!!

Once again i thank you for your assistance
--
James


"Gord Dibben" wrote:

Jimi

On a copy of the worksheet..........................

Assuming name is cell B1 enter in C1 and drag across to L1 and down until you
get zeros.

=OFFSET($B$1,(ROW()-1)*10+COLUMN()-3,0)

When happy,select Columns C:L then copypaste special(in place)valuesOK

Insert a row at row 1 then copypaste specialtranspose the headers in A1:A10
to C1:L1

Delete columns A and B.


Gord Dibben Excel MVP


On Mon, 25 Apr 2005 18:13:04 -0700, "Jimipolo" wrote:

I have 22000 rows of data that are sorted into two columns. column a has 10
rows of address labels, a space, then repeated over and over again. i need to
sort this information into 10 columns but don't know how. can anybody help
with a formula that will enable me to have column headers of Name address etc
and the data filtered correctly

"current data"
Name 1st Move International Ltd
Add1 International House Worthy Road
Add2 Chittening Industrial Estate
Add3 Chittening
Add4 Bristol
PC BS11 0YB
Tel 0117-982-8123
Fax 0117-982-2229
Mail
web
www.shipit.co.uk

I need it to be like this

A B and so on
Name Add1 and so on

Please help!!



  #8   Report Post  
Gord Dibben
 
Posts: n/a
Default

Good find.

You did mention in the first post you had a space between each set.

Missed that.


Gord

On Thu, 28 Apr 2005 02:01:03 -0700, "Jimipolo" wrote:

Gord,

I got it to work!!! I am a very happy man and cannot thank you enough, I
have spent days on reformatting the data then realised that i couldn't do
with it what i needed.

I had to change your formula to *11 instead of *10 as i had an extra line in
between each set of addresses.

Once again thanks


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
Pivot Tables filtering data Excel GuRu Excel Discussion (Misc queries) 1 November 24th 05 08:41 PM
Filtering data from one worksheet based on another SKKB Excel Discussion (Misc queries) 2 April 15th 05 06:52 PM
Help with data not getting plotted Scott Ehrlich Excel Discussion (Misc queries) 2 January 25th 05 05:17 AM
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 04:07 AM.

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

About Us

"It's about Microsoft Excel"