RANDBETWEENReturns a random integer between min and max (inclusive). Suggest EditsSyntax =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 9 months ago Table of Contents Syntax Arguments Example