RANDARRAY function

This is a new function introduced for Microsoft 365 subscribers. The Excel function is more versatile than the RAND or RANDBETWEEN functions. In addition to calculating numbers, the function can pull in random names from an Excel named range.

The function has 5 arguments, but they are all optional.

ArgumentDescription
RowsThe number of rows to return.
ColumnsThe number of columns to return.
MinThe minimum number of results.
MaxThe maximum number of results.
IntegerTrue / False flag. True would return an integer.

Related Articles