ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Moving data (https://www.excelbanter.com/excel-discussion-misc-queries/186900-moving-data.html)

melbeline

Moving data
 
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


Hans Knudsen

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






All times are GMT +1. The time now is 12:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com