DICTIONARY
Creates a JSON Object using the given keys and values.
Syntax
=DICTIONARY(Range, [Horizontal])
Arguments
Name | Description |
---|---|
Range | Range providing the source data, that will be used for the JSON. The left or top cells will feed the keys and the bottom or right the values. |
Horizontal (optional) | FALSE, if keys are aligned vertical (Default), TRUE if horizontal. |
Return
{ JSON } as a placeholder for a JSON object, if successful otherwise an Error Code.
Examples
Formula | Result | Comment |
---|---|---|
| Appending an object to a message. The message content will look as follows | |
|