Skip to main content
Version: Streamsheets 2.5

RANDID

Creates a random key with the given amount of chars.

Syntax

=RANDID(Length)

Arguments

NameDescription
LengthLength of key to generate. The longer the key, the higher the probability of receiving a unique key.

Return

Random key as String.

Examples

FormulaResultComment
=RANDID(7)
e.g.: Z83hab4The return value can be any combination of characters and numbers.