[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]G[/TD]
[TD]18[/TD]
[/TR]
[TR]
[TD]H[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]I[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]J[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
Using the above table column A is an array Function that pulls data from another sheet which will Every time I sort Column B to Sort A to Z it always goes back to the normal Sort. I want column C to pull the data form Column A and List them based on the order of the number to the right so. So Results for Column C Should be as Follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]D[/TD]
[/TR]
[TR]
[TD]H[/TD]
[/TR]
[TR]
[TD]B[/TD]
[/TR]
[TR]
[TD]I[/TD]
[/TR]
[TR]
[TD]J[/TD]
[/TR]
[TR]
[TD]A[/TD]
[/TR]
[TR]
[TD]E[/TD]
[/TR]
[TR]
[TD]F[/TD]
[/TR]
[TR]
[TD]G[/TD]
[/TR]
[TR]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD]A[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]G[/TD]
[TD]18[/TD]
[/TR]
[TR]
[TD]H[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]I[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]J[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
Using the above table column A is an array Function that pulls data from another sheet which will Every time I sort Column B to Sort A to Z it always goes back to the normal Sort. I want column C to pull the data form Column A and List them based on the order of the number to the right so. So Results for Column C Should be as Follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]D[/TD]
[/TR]
[TR]
[TD]H[/TD]
[/TR]
[TR]
[TD]B[/TD]
[/TR]
[TR]
[TD]I[/TD]
[/TR]
[TR]
[TD]J[/TD]
[/TR]
[TR]
[TD]A[/TD]
[/TR]
[TR]
[TD]E[/TD]
[/TR]
[TR]
[TD]F[/TD]
[/TR]
[TR]
[TD]G[/TD]
[/TR]
[TR]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: