How can I generate a random number. I need to be able to input two numbers, the low and high ends then generate a random number between those two. I was trying something called "RANDBETWEEN(bottom,top)" that I found in help, but couldn't seem to get it working. Thanks