Presence of this tag indicates that this cell is a member of a user-defined named range. When saved from Excel, this tag is only present on cells that are non-empty or contain formatting. This tag can appear multiple times (one for each user-defined name that this cell lies in).
      
<NamedCell
	Name="xsd:string"
/>
    | Element type | Anonymous | 
| Namespace | urn:schemas-microsoft-com:office:spreadsheet | 
| Schema name | XML Spreadsheet 2002 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| Name | xsd:string | optional | Specifies a user-defined named range to which the cell belongs. | See external namespace. | 
      
<xsd:element name="NamedCell" minOccurs="0" maxOccurs="unbounded" >
  <xsd:complexType>
    <xsd:attribute form="qualified" name="Name" type="xsd:string" use="optional">
    </xsd:attribute>
  </xsd:complexType>
</xsd:element>