RANDBETWEENReturns a random integer between min and max (inclusive).Syntax =RANDBETWEEN(min, max) Arguments ArgumentTypeDescriptionminNumberThe minimum value that the random integer can bemaxNumberThe maximum value that the random integer can be Example =RANDBETWEEN(1, 5) → 3Updated about 1 month ago RANDSRANDTable of ContentsSyntaxArgumentsExample