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 6 days ago RANDSRANDTable of ContentsSyntaxArgumentsExample