Want to know how to quickly and easily generate random text in a Word document for various purposes? Tired of copying and pasting text from somewhere else all the time? How about you press the Enter key and Word instantly generates random text for you? Sound cool? So, get ready for the surprises in your life.
Keep reading to learn a cool Word trick that will save you tons of time. Hope you enjoyed reading this article!
rand()The formula function can be used to easily generate random text in a Word document. Let's see how to do this.
Rand() function without any parameters
If the rand() function is called without any parameters within curly braces, the default Next, 5 paragraphs will be generated, each paragraph has 3 sentences.
Step 1: Open the Word document and simply copy and paste the following formula.
=兰德()
Press Enter key after pasting the formula.
Step 2: That’s it. Your random text is now generated successfully. Since you don't provide any arguments in the rand() function, 5 paragraphs are generated by default, each containing 3 sentences.
Rand() function with parameters
If you want to generate a specific number of paragraphs and want a specific number to appear in each paragraph The number of sentences can be specified in the parameter list of the rand() function.
Step 1: Just like before, copy and paste the following formula into your Word document.
=兰德(2,8)
2 represents the number of paragraphs, 8 represents the number of sentences in each paragraph . If you need 3 paragraphs and 2 sentences, then your rand function should be =rand(3,2).
Step 2: After pressing the Enter key, you can see that 2 are successfully generated for you Paragraphs, 8 sentences each.
Part 2: Generate random text using Launch() formula
: Simply copy and paste the following formula into your Word document.
=lorem(,)NOTE: Remember to replace
with your desired number of paragraphs and
Step 2
: PressingEnter will generate the lorem text in your document.
Section 3: Generating Random Text Using the Rand.old() Formula
We all remember the pangram of a quick brown fox jumping over a lazy dog. If you want to generate this text, you can use theStep 1
: Enter orcopy and pastethe following formula.
=rand.old(,)Note: Replace
with the number of paragraphs you want and
Step 2
: PressEnter and see the magic with your own eyes!
The above is the detailed content of How to generate placeholder text in Microsoft Word?. For more information, please follow other related articles on the PHP Chinese website!