convertToGTIN14
Implementations
Microsoft Excel: AIDCT.GS1.convertToGTIN14(indicatorDigit, gtin)
Google Sheets: Google Sheets: aidctGS1ConvertToGTIN14(indicatorDigit, gtin)
Convert a GTIN to GTIN-14.
This function returns a matrix of values of the same shape and size as the gtin parameter.
Parameters
| Name | Type | Description |
|---|---|---|
| indicatorDigit | String | Indicator digit. |
| gtin** | String | GTIN to convert to GTIN-14. |
** This parameter accepts a single value, an array of values, or a matrix of values.