Randarray Function
Purpose Return value Syntax =RANDARRAY([rows],[columns],[min],[max],[integer]) rows - [optional] Row count. Default = 1. columns - [optional] Column count. Default = 1. min - [optional] Minimum value. Default = 0. max - [optional] Maximum value. Default = 1. integer - [optional] Whole numbers. Boolean, TRUE or FALSE. Default = FALSE. Using the RANDARRAY function The RANDARRAY function generates an array of random numbers between two values. The size or the array is determined by rows and columns arguments....