Assign a random name to 1000 vehicles

kumar1803

Board Regular
Joined
Jan 7, 2015
Messages
110
Hello,


I have a list of 1000 vehicles with VIN numbers in column A.

I would like to assign each VIN a random name from the following names available:

[TABLE="width: 226"]
<tbody>[TR]
[TD]Winter Motor Company[/TD]
[/TR]
[TR]
[TD]ALL PRO MOTORS[/TD]
[/TR]
[TR]
[TD]AMERICAS AUTO AUCTION[/TD]
[/TR]
[TR]
[TD]Dallas Auto Auction[/TD]
[/TR]
[TR]
[TD]MANHEIM DALLAS FORT WORTH[/TD]
[/TR]
[TR]
[TD]MANHEIM MINNEAPOLIS[/TD]
[/TR]
[TR]
[TD]MANHEIM SAN ANTONIO[/TD]
[/TR]
[TR]
[TD]MANHEIM TEXAS HOBBY[/TD]
[/TR]
[TR]
[TD]METRO AUTO AUCTION[/TD]
[/TR]
[TR]
[TD]SPARKLING CITY AUTO AUCTION[/TD]
[/TR]
</tbody>[/TABLE]

Please let me know how can i randomly assign a name to 1000 vin above.

thank you
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
If the VINs are in column A and the names in column N, you could put

=INDEX(N:N,RANDBETWEEN(1,COUNTA(N:N)),1)

in B1 and drag down to B1000
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

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