Rand Function
Purpose Return value Syntax =RAND() Using the RAND function The RAND function returns a random decimal number between 0 and 1. For example, =RAND() will generate a number like 0.422245717. The RAND function takes no arguments . RAND recalculates when a worksheet is opened or changed. RAND is a volatile function , and can cause performance issues in large or complex worksheets. Examples RAND takes no arguments: =RAND() // returns number like 0....