Hi There
I wonder if someone could help me out here I want to sort 5 columns of numbers from smallest to largest and there are 250 rows and I want to do them all at once instead of the labourous task of doing them one at a time. I have tried to do it one at a time but when I try the next row the one I have just done reverts back to its original state.
A..B..C..D..E..
17.8.12..21.4
3..11.6..14.19
and I want them like this
A..B..C..D..E
4..8..12.17.21
3..6..11.14.19
But I want to do this is one go
Mike
I wonder if someone could help me out here I want to sort 5 columns of numbers from smallest to largest and there are 250 rows and I want to do them all at once instead of the labourous task of doing them one at a time. I have tried to do it one at a time but when I try the next row the one I have just done reverts back to its original state.
A..B..C..D..E..
17.8.12..21.4
3..11.6..14.19
and I want them like this
A..B..C..D..E
4..8..12.17.21
3..6..11.14.19
But I want to do this is one go
Mike