Hi all, I have a data file like this:
1-Aug
1 5 7
2 3
is there anybody help me write a macro to do this work:
1. Arrange ascending the numbers:
Exp:
1-Aug
1
2
3
5
7
2. Lists the possible cases occurred like this:
Exp:
1-Aug
1 2
1 3
1 5
1 7
2 3
2 5
2 7
3 5
3 7
5 7
Thanks so much
1-Aug
1 5 7
2 3
is there anybody help me write a macro to do this work:
1. Arrange ascending the numbers:
Exp:
1-Aug
1
2
3
5
7
2. Lists the possible cases occurred like this:
Exp:
1-Aug
1 2
1 3
1 5
1 7
2 3
2 5
2 7
3 5
3 7
5 7
Thanks so much