Dear Mr Suhu, Guru, teacher, excel freak,
how to generate 2random alphabet
example :
df
qw
ty
qw
yw
qw
tw
what is the formula ? like randbetween(0,99) , but mine is for alphabet,
thx
Dear Mr Suhu, Guru, teacher, excel freak,
how to generate 2random alphabet
example :
df
qw
ty
qw
yw
qw
tw
what is the formula ? like randbetween(0,99) , but mine is for alphabet,
thx
Hi sr_88,
I would suggest you to type in 1,2,3 to 26 in column A and type a,b,c to z in column B and use below formula:-
Formula:
=VLOOKUP(RANDBETWEEN(1,26),$A:$B,2,0)&VLOOKUP(RANDBETWEEN(1,26),$A:$B,2,0)
See attached:- random alphabets.xlsx
Regards,
DILIPandey
<click on below 'star' if this helps>
DILIPandey, Excel rMVP
+919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com
sr_88,
You could also use the following:
Paste this into an empty cell, and it will return 2 random letters, without the need to type letters A-Z & 1-26 elsewhere.![]()
=CHAR(RANDBETWEEN(65,90))&CHAR(RANDBETWEEN(65,90))
EDIT: if you require lower-case letters, change the "65,90" in the formula to "97,122".
Last edited by BB1972; 09-09-2012 at 08:44 AM.
Brendan.
__________________________________________________________________________________________________
Things to consider:
1) You can thank any poster by clicking the * at the left of a helpful post.
2) You can help to keep the forum tidy by marking your thread as "Solved", if it has been answered to your satisfaction.
3) Help us to help you, by uploading a sample workbook, showing the type of data you're dealing with, and clearly indicating what the results should be.
I liked it Brendan..
Sr_88... since you are wish to have small (lower caps) alphabet letters..
use randbetween (97,122) in Brendan's formula.. else you'll need to user Lower function..cheers
Regards,
DILIPandey
<click on below 'star' if this helps>
THX for the quick reply Mr dilipandey and Mr Brendan,
why my excel
=randbetween(97,122) outcome #name?
Hi sr_88,
May be you need to install ATP add - in.
Press Alt + t + i and check the checkboxes against Analysis Tool pack option... and try again.. thanks.
Regards,
DILIPandey
<click on below 'star' if this helps>
Thx dilipandey , it works
you are welcome... cheers
Regards,
DILIPandey
<click on below * if this helps>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks