SheetRocks
Documentation/Formulas/FROMTAG

FROMTAG

Extracts a field value from a single JSON tag object produced by TAG or TAGS spillover.

Syntax

FROMTAG(tag, fieldName)

Arguments

Argument Description Required
tag A JSON object string representing one tag. Required
fieldName Field name to extract (case-insensitive). Required

Examples

Extract a field from a tag object

=FROMTAG(A1, B1)
Result ⇒ John
A B
1 {"Name":"John","Age":"25"} Name

Related Functions

Other Special Functions & Keywords functions:


← Back to Formula Reference