View Single Post
 
Old 04-30-2020, 08:23 PM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,101
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

@skeezix

I would recommend you to use the INDEX formula used in Sheet1!A17:M31 instead of that in Sheet2 (TRANSPOSE).

If you absolutely should want to use the formula in Sheet2 be aware of the following.

You must count the size of the original range - here 13*26 (13 rows and 26 columns).
Then you must select an empty range which is 26*13 (26 rows and 13 columns)
With such a range selected you must enter the array formula:

=TRANSPOSE(A2:Z14)

but instead of just pressing Enter you must hold down Ctrl and Shíft before pressing Enter. If you do it correctly Excel will automatically put braces {} around the formula.
Reply With Quote