How generate word list form separate worksheet

joshlee

New Member
Joined
Aug 28, 2015
Messages
14
Hi
Can I would like to paste a list of words into one worksheet, and then on another worksheet (tab) have those words randomly generated. Is this possible?

cheers

Josh
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Here's one way

in A1:A10 place your list of words

in B1:B10
=RAND()

in C1:C10
=INDEX(A$1:A$10,MATCH(SMALL(B$1:B$10,ROW()),B$1:B$10,0))

This will generate random words without repeats, ie it will sort the list into a random order.

Use F9 to regenerate the random words
 
Upvote 0
Hi Thanks for you reply, that is almost exactly what I want…except can I make the C1:C10 result happen on a second worksheet?
 
Upvote 0

Forum statistics

Threads
1,216,134
Messages
6,129,070
Members
449,485
Latest member
greggy

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