RANDID
Creates a random key with the given amount of chars.
Syntax
=RANDID(Length)
Arguments
Name | Type | Description |
---|---|---|
Length | Number | Length of key to generate. The longer the key, the higher the probability of receiving a unique key. |
Return
Type | Description |
---|---|
String | Random key as String. |
Examples
Formula | Result | Comment |
---|---|---|
| e.g.: Z83hab4 | The return value can be any combination of characters and numbers. |