Skip to main content
Version: Streamsheets 3.0

RANDID

Creates a random key with the given amount of chars.

Syntax

=RANDID(Length)

Arguments

NameTypeDescription
LengthNumberLength of key to generate. The longer the key, the higher the probability of receiving a unique key.

Return

TypeDescription
StringRandom key as String.

Examples

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