The top row of an Excel table that contains descriptive labels for each column.
AI で試すThe Table Header Row serves as the identifier for data stored within an Excel Table object. It enables features like automatic filtering, sorting, and structured references, allowing users to refer to columns by name rather than cell coordinates.
In a sales table, the header row might contain labels like 'Date', 'Product', and 'Revenue', allowing you to use the formula =SUM(Sales[Revenue]) to calculate the total.
Yes, you can toggle the visibility of the header row by going to the Table Design tab and unchecking the Header Row box.