Info and forum posts by 'captain_travers'

This user hasn't used our main site yet, so has no main account at present.

Joined on: Tuesday, 21st March 2006, 15:46, Last used: Sunday, 6th August 2006, 13:52

Access Level: Harmless

About this user: This user has chosen not to submit a description :(

This user has posted a total of 1 messages. On average, since joining, this user has posted 0 messages a day, or 0 messages a week. In the last 30 days, this user has posted 0 messages, which is on average 0 messages a day.

Recent Messages Posted:

RE: Random numbers

This is easily done in Excel with the RAND function and a little bit of logic.

multiply the RAND output by 10000 to get a number between 0 and 10000.

Then an IF statement to give the limits, and a tiny macro to auto calc until the value falls between the limits.