Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving a line chart data point revises data table value in Excel ' | Charts and Charting in Excel | |||
moving data to non autofarmatted book changes data- Why? | Excel Discussion (Misc queries) | |||
Moving Data | Excel Discussion (Misc queries) | |||
moving data | Excel Worksheet Functions | |||
moving data in excel without deleting existing data | Excel Discussion (Misc queries) |