Excel Forum
Similar Content
Generate Random Numbers within a Range in Excel
Tutorial: How to generate random whole numbers (integers) that are between two numbers.  This allow...
Generate Random Dates in Excel
Tutorial: How to generate random dates in Excel. This tip shows you how to set a date range and the...
Choose Random Values or Cells from a List in Excel
Tutorial: Formula that allows you to choose random text or number values from a list or range of cel...
Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course




Excel Magic Trick 385: Generate Random Letters without RANDBETWEEN function


See how to Generate Random Letters without RANDBETWEEN function using the formula:
=CHAR(65+INT(RAND()*26))
The functions: CHAR, INT, RAND





Got a Question? Ask it Here in the Forum.