Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Moving data

melbeline wrote:
I am attempting to combine information from one sheet into another
and I do not have a clue how to do this for almost a thousand
contacts. Any suggestions? Thanks in advance for any assistance.

Below is an example of what sheet 1 and sheet 2 look like:

Sheet 1

Co. Name Address City Zip
ABC 123 Oak Abe 91456


Sheet 2

Co Name ABC
Address 123 Oak
City Abe
Zip 91456



I am not quite sure what you want.
If you have data as:

Co. Name Address City Zip
ABC 123 Oak Abe 91456
in A1:D(x) in Sheet1 and you want your data to appear as:

ABC
123 Oak
Abe
91456
in A1:A(4x) in Sheet2
then enter in Sheet2!A1 the formula:
=INDEX(Sheet1!A:D,(ROW()-1)/4+2,MOD(ROW()-1,4)+1)

Hans




 
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
Moving a line chart data point revises data table value in Excel ' Ed Smith Charts and Charting in Excel 2 November 16th 12 01:03 PM
moving data to non autofarmatted book changes data- Why? Josh Excel Discussion (Misc queries) 3 March 10th 06 09:16 PM
Moving Data yanks6rule Excel Discussion (Misc queries) 11 January 23rd 06 12:56 AM
moving data Brad Excel Worksheet Functions 1 February 28th 05 02:09 PM
moving data in excel without deleting existing data jigna Excel Discussion (Misc queries) 1 January 30th 05 11:35 AM


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

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"