G
greg.jobs
Using excel, if I have a list of numbers
e.g.
1000
2223
2448
1229
3883
2238
4488
2388
etc.
Is there a way to do it
- Generate a random number between 0 and 10
- If number is greater than 7 then change the number so that the last
digit & the second last digit are tranposed (e.g. 2448 becomes 2484)
e.g.
1000
2223
2448
1229
3883
2238
4488
2388
etc.
Is there a way to do it
- Generate a random number between 0 and 10
- If number is greater than 7 then change the number so that the last
digit & the second last digit are tranposed (e.g. 2448 becomes 2484)