BASE64

Encodes a text to a Base64 string.

Parameter List

Syntax
BASE64(text)
text

Text or cell to be converted to Base64. For example: "Spreadsheets are amazing!" or A3.

More details

This function will come in handy when you need connect to an API with Basic authentication.

Examples

BASE64("abcdefgh") returns "YWJjZGVmZ2g="