BASE64DECODE

Decode a Base64 string to a human-readable text.

Parameter List

Syntax
BASE64DECODE(text)
text

Text or cell to be decoded from Base64. For example: "YWJjZGVmZ2g=" or A1.

Examples

BASE64DECODE("YWJjZGVmZ2g=") returns "abcdefgh"