#1   Report Post  
gbeard
 
Posts: n/a
Default Moving data

I have customer information in column A. It looks like this:

customer
address
phone

customer
address
phone

and so on for over 500 customers. How can I move the data so it fills
a1:c500? So it would look like:

customer address phone
customer address phone

and so on.

Thanks for any help,

--
Gary Beard


  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

In a second sheet enter:

A1: =INDEX(Sheet1!A:A,4*(ROW()-1)+1)
B1: =INDEX(Sheet1!A:A,4*(ROW()-1)+2)
C1: =INDEX(Sheet1!A:A,4*(ROW()-1)+3)

Copy down as far as necessary. Then select columns A:C on the second
sheet. Copy, then Paste Special, selecting the Values radio button.



In article ,
"gbeard" wrote:

I have customer information in column A. It looks like this:

customer
address
phone

customer
address
phone

and so on for over 500 customers. How can I move the data so it fills
a1:c500? So it would look like:

customer address phone
customer address phone

and so on.

Thanks for any help,

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
Adding more source data to existing scatter plot Tom Charts and Charting in Excel 1 March 21st 05 10:03 PM
Why " data analysis plus " override " data analysis " once instal. Alfred H K Yip Excel Worksheet Functions 1 March 20th 05 08:10 AM
moving data in excel without deleting existing data jigna Excel Discussion (Misc queries) 1 January 30th 05 11:35 AM
Running Data Table using an input that triggers DDE linked data [email protected] Excel Discussion (Misc queries) 1 December 16th 04 11:56 AM
Extending a Chart Data Series from an Array - Can it be done? Jon Peltier Charts and Charting in Excel 4 November 30th 04 03:30 AM


All times are GMT +1. The time now is 01:55 PM.

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"