prasadmoghe.pm
New Member
- Joined
- Aug 12, 2011
- Messages
- 3
Query:
I have 1 to 5 number in five rows from A1 to A5 and I need to allocate randomly 2 alphabets from a to z for each number in cells B1 & C1. The condition is that the alphabets should not get repeated for any number and across the numbers. E.g
1 a b
2 c d
3 e f
4 g h
5 i j
I have tried using INT and RAND() function with array of alphabets but there is a possibility of duplicates.
Thank you in advance.
Regards,
Prasad
I have 1 to 5 number in five rows from A1 to A5 and I need to allocate randomly 2 alphabets from a to z for each number in cells B1 & C1. The condition is that the alphabets should not get repeated for any number and across the numbers. E.g
1 a b
2 c d
3 e f
4 g h
5 i j
I have tried using INT and RAND() function with array of alphabets but there is a possibility of duplicates.
Thank you in advance.
Regards,
Prasad
Last edited by a moderator: