# FIELDVALUE

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



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")`