XL: Formula That Transposes Linked DataLast reviewed: February 2, 1998Article ID: Q118484 |
The information in this article applies to:
SUMMARYIn Microsoft Excel, the Paste Special dialog box does not offer an option to simultaneously link and transpose a copied range. To do this, use the TRANSPOSE() function. When you enter the TRANSPOSE() function as an array, you can create a transposed link to an area that contains data. For example, this article explains how to link and transpose the following sample data:
A1: 1 B1: 5 A2: 2 B2: 6 A3: 3 B3: 7 A4: 4 B4: 8To link and transpose the data, follow these steps:
The transposed data appears in the selected cells. You can create a transposed link between different worksheets by including the worksheet name in the TRANSPOSE() formula. For example, the following formula
=TRANSPOSE(Sheet1!A1:B4)creates a transposed link to cells A1:B4 on Sheet1.
MORE INFORMATIONIn Microsoft Excel versions 5.0 and later, the Paste Special dialog box allows you to link data. This creates a link between the copied data range and the new range in which you are creating the link. Data entered into one cell automatically appears in the other. The Paste Special dialog box provides an option to transpose data when you paste it. Transposed data appears "rotated," so that columns become rows and vice versa. For example, if you copy this range
A E B F C G D Hand then transpose it by using the Transpose command in the Paste Special dialog box, the result is:
A B C D E F G H |
Additional query words: 5.00 5.00a 5.00c 7.00 7.00a 97 98 XL98 XL97 XL7 XL5
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |