Learn Excel 2013 - "Generate Random Letters": Podcast #1698

If you like this content, please consider visiting the video on YouTube and subscribe to the MrExcel Channel to show your support!
This video has been published on Apr 29, 2013.
Chris wants to generate Random Letters in a 26 x 26 Grid. Using the Ascii set of letters and a few tricks, Bill "MrExcel" Jelen shows us how to produce the grid in question. Follow along with Bill, in Episode #1698, as he goes through the 'how-to' on this topic and shows us the results.

And for more information on Excel 2013, check out "Microsoft 2013 InDepth" -- by Bill Jelen. Excel 2013 In Depth is the beyond-the-basics, beneath-the-surface guide for everyone working with Excel 2013. Excel expert and MVP Bill Jelen provides specific, tested, proven solutions to the problems Excel users run into every day: the types of challenges other books ignore or oversimplify. Jelen thoroughly covers all facets of working with Excel 2013. Excel 2013 In Depth

"The Learn Excel from MrExcel Podcast Series"

Visit us: www.MrExcel.com for all of your Microsoft Excel Needs!
maxresdefault.jpg


Transcript of the video:
MrExcel podcast is sponsored by "Easy-XL"!
Learn Excel from MrExcel podcast, episode 1698 - Generate Random Letters!
Hey, welcome back to the MrExcel netcast, I'm Bill Jelen.
Today's question from Kris, Kris wants to generate a 26x26 grid of random letters, letters between A and Z.
So here's where we start: =CODE, the CODE of the letter A tells us the ASCII code of the letter A, it's 65.
And then the same thing, CODE of the letter Z is 90, 65-90.
So our goal is to generate random letters, characters between ASCII code 65 and ASCII code 90.
So I'm going to choose my whole big range of 26x26 here, and then =C-H-A-R!
What character we want?
We want 65 all the way up through 90.
So we're going to use another function, RANDBETWEEN!
RANDBETWEEN will give us the random number between 65 and 90, )) . There we go, I'm going to press Ctrl+Enter here to enter that same formula in all cells of the selection.
And we now have a 26x26 grid of random letters.
Every time we press the F9 key, we will get a new set of letters.
When we finally find a set that we like, we want to keep those, then of course Ctrl+C to copy, and then the right-click key, that's on the right hand side, between Alt and Ctrl, and V to convert those formulas to values.
There you go, 26x26 grid.
Alright well hey, I want to thank Kris for sending that question in, I want to thank you for stopping by, we'll see you next time for another netcast from MrExcel!
 

Forum statistics

Threads
1,221,687
Messages
6,161,278
Members
451,695
Latest member
Doug Mize 1024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top