I have a large block of formulae in an Excel worksheet, and I need to create a transpose of that block in another worksheet. That is, the formulae need to be the same as in the original block, but the formula in the ith row and jth column of sheet X now needs to appear in the jth row and the ith column of sheet Y.
I can do this with Paste Special | Transpose if all the formulae in the original block are absolute references (=$A$1, =$C$23 etc), but they aren’t, and there are far too many of them to change them all manually.
As a small example, suppose I have a 2x3 block of cells that contain formulae that deliver the result:
1 2 3
4 5 6
On another sheet, I need a 3x2 block of cells that delivers the transpose of those values:
1 4
2 5
3 6
But these cells need to change whenever the original cells change, so a simple transpose of the values won't do. There has to be a way - can anyone help me with this?
I can do this with Paste Special | Transpose if all the formulae in the original block are absolute references (=$A$1, =$C$23 etc), but they aren’t, and there are far too many of them to change them all manually.
As a small example, suppose I have a 2x3 block of cells that contain formulae that deliver the result:
1 2 3
4 5 6
On another sheet, I need a 3x2 block of cells that delivers the transpose of those values:
1 4
2 5
3 6
But these cells need to change whenever the original cells change, so a simple transpose of the values won't do. There has to be a way - can anyone help me with this?