GENERATEID
generates unique ID with prefix and random suffix · a deepcalc original · no excel equivalent · no sheets equivalent
signature
GENERATEID([prefix], [length])
returns: text · volatile — recomputes on every evaluation
| argument | required |
|---|---|
| prefix | optional |
| length | optional |
usage
=GENERATEID()=GENERATEID("ID-", 12)
errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #VALUE! | =GENERATEID(A1:A3) |
related
- FROMBYTES converts byte array to integer
- HASH hex digest of text: SHA256 (default, FIPS 180-4) or MD5 (RFC 1321)
- IMAGE shows an image from a url — the browser loads it, the engine does not fetch
- ISIN checks if value is in a range or comma-separated list
- RANDOMCHOICE random pick from a range (with replacement); count > 1 spills a column
- RANDOMINT.UNIQUE generates unique random integers in range