| View previous topic :: View next topic |
| Author |
Message |
bane221
Icarian Member
|
Posted: Mon Jul 14, 2003 1:44 am Post subject: 1 |
|
|
| Anyone have a nice spreadsheet or any sorta of simplified something that randomizes your game roles for you? I've been working on an excel macro but I haven't made these things for years. |
|
| Back to top |
|
 |
mole
Subterranean Member
|
Posted: Mon Jul 14, 2003 1:56 am Post subject: 2 |
|
|
| I usually have the player names in column B, and the roles in column C. Fill column A with rand() functions, then you can sort the players using the random numbers. |
|
| Back to top |
|
 |
Beartalon
'Party line' kind of guy
|
Posted: Mon Jul 14, 2003 3:03 am Post subject: 3 |
|
|
| But don't resort the sheet after you've sent out your role emails. Rand(), auto regenerates, and a sort will change the name/role pairings again. |
|
| Back to top |
|
 |
bane221
Icarian Member
|
Posted: Mon Jul 14, 2003 3:06 am Post subject: 4 |
|
|
Great, thanks a ton Can't believe I didn't think of that, I was trying complicated If and Rand functions and such. |
|
| Back to top |
|
 |
cuban smoker
Daedalian Member
|
Posted: Mon Jul 14, 2003 1:49 pm Post subject: 5 |
|
|
Just copy the column with the rand() entries, and then "paste/special/values" back onto the column (or somewhere else) and the numbers won't regenerate.
In other news, the following formula gives a very quick and easy N-die roll:
=round(rand()*N+0.5,0) |
|
| Back to top |
|
 |
Quailman
His Postmajesty
|
Posted: Mon Jul 14, 2003 1:56 pm Post subject: 6 |
|
|
| I've been forecasting financial results my entire career. I don't know where I'd be without the rand function. |
|
| Back to top |
|
 |
MatthewV
Daedalian Member :_
|
Posted: Mon Jul 14, 2003 11:46 pm Post subject: 7 |
|
|
| you might have money *gasp* and not living like a quail, Quailman! |
|
| Back to top |
|
 |
mith
Pitbull of Truth
|
Posted: Mon Jul 14, 2003 11:56 pm Post subject: 8 |
|
|
cs, =INT(RAND()*N+1) is shorter  |
|
| Back to top |
|
 |
|