[]
        
(Showing Draft Content)

FIELDVALUE

This function retrieves field data from linked data types.

Syntax

FIELDVALUE(value, field_name)

Arguments

This function has these arguments:

Argument Description
value Function returns all matching fields(s) from the linked data type specified in the value argument.
field_name The name or names of the fields you would like to extract from the linked data type.

Remarks

If you try to retrieve data from a non-existent data type field, the FIELDVALUE function will return the #FIELD! error.

Examples

=FIELDVALUE(A1,"Product") =FIELDVALUE(A2,"Price")