{"id":80,"date":"2026-02-24T09:02:59","date_gmt":"2026-02-24T09:02:59","guid":{"rendered":"https:\/\/gigz.pk\/excel\/?post_type=lesson&#038;p=80"},"modified":"2026-03-09T04:56:23","modified_gmt":"2026-03-09T04:56:23","slug":"structured-references","status":"publish","type":"lesson","link":"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/","title":{"rendered":"Structured References"},"content":{"rendered":"\n<p><strong>Structured References<\/strong> are special formulas used inside Excel Tables.<br>Instead of using normal cell references like <code>A2:B10<\/code>, Excel uses table names and column names.<\/p>\n\n\n\n<p>This makes formulas easier to read, understand, and manage.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Use Structured References?<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Formulas become readable<\/li>\n\n\n\n<li>Automatically adjust when table grows<\/li>\n\n\n\n<li>No need to update ranges manually<\/li>\n\n\n\n<li>Reduce formula errors<\/li>\n\n\n\n<li>Professional reporting<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Example Table<\/h2>\n\n\n\n<p>Suppose your table name is:<\/p>\n\n\n\n<p>EmployeesTable<\/p>\n\n\n\n<p>And columns are:<\/p>\n\n\n\n<p>| ID | Name | Salary |<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Normal Formula (Without Table)<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">=SUM(C2:C10)<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Structured Reference Formula<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">=SUM(EmployeesTable[Salary])<\/pre>\n\n\n\n<p> Easier to understand<br> Automatically updates when new rows are added<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common Structured Reference Formats<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"> Reference a Column<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">=EmployeesTable[Salary]<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"> Reference Specific Cell in Table<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">=[@Salary]<\/pre>\n\n\n\n<p><code>@<\/code> means current row.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"> Reference Entire Table<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">=EmployeesTable<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"> Reference Headers<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">=EmployeesTable[#Headers]<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"> Reference Total Row<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\">=EmployeesTable[#Totals]<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Using Structured Reference in Calculated Column<\/h2>\n\n\n\n<p>If you want to calculate bonus (10% of Salary):<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">=[@Salary]*10%<\/pre>\n\n\n\n<p>Excel automatically fills the formula for all rows.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Structured Reference Keywords<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Keyword<\/th><th>Meaning<\/th><\/tr><\/thead><tbody><tr><td>#All<\/td><td>Entire table<\/td><\/tr><tr><td>#Data<\/td><td>Only data (no header)<\/td><\/tr><tr><td>#Headers<\/td><td>Header row<\/td><\/tr><tr><td>#Totals<\/td><td>Total row<\/td><\/tr><tr><td>@<\/td><td>Current row<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Important Tips<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Structured references only work inside Excel Tables<\/li>\n\n\n\n<li>Rename tables for better readability<\/li>\n\n\n\n<li>Avoid spaces in table names<\/li>\n\n\n\n<li>Do not delete column headers<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Why Structured References Are Important<\/h2>\n\n\n\n<p>They make formulas dynamic, professional, and easy to manage \u2014 especially in large datasets and dashboards.<\/p>\n\n\n\n<p>Structured References are essential for advanced Excel reporting and automation.<\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1773029831756\"><strong class=\"schema-faq-question\"><\/strong> <p class=\"schema-faq-answer\"><\/p> <\/div> <\/div>\n\n\n<div class=\"yoast-breadcrumbs\"><span><span><a href=\"https:\/\/gigz.pk\/excel\/\">Home<\/a><\/span> \u00bb <span class=\"breadcrumb_last\" aria-current=\"page\">Excel Data Management (EDM) > Tables > Structured References<\/span><\/span><\/div>","protected":false},"menu_order":46,"template":"","class_list":["post-80","lesson","type-lesson","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Structured References - Learn Excel the Right Way.<\/title>\n<meta name=\"description\" content=\"Learn how to use Structured References in Excel Tables to create readable formulas that automatically update with your data.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Structured References - Learn Excel the Right Way.\" \/>\n<meta property=\"og:description\" content=\"Learn how to use Structured References in Excel Tables to create readable formulas that automatically update with your data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/\" \/>\n<meta property=\"og:site_name\" content=\"Learn Excel the Right Way.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T04:56:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/structured-references\\\/\",\"url\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/structured-references\\\/\",\"name\":\"Structured References - Learn Excel the Right Way.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/#website\"},\"datePublished\":\"2026-02-24T09:02:59+00:00\",\"dateModified\":\"2026-03-09T04:56:23+00:00\",\"description\":\"Learn how to use Structured References in Excel Tables to create readable formulas that automatically update with your data.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/structured-references\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/structured-references\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/structured-references\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel Data Management (EDM) > Tables > Structured References\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/#website\",\"url\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/\",\"name\":\"Learn Excel the Right Way.\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Structured References - Learn Excel the Right Way.","description":"Learn how to use Structured References in Excel Tables to create readable formulas that automatically update with your data.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/","og_locale":"en_US","og_type":"article","og_title":"Structured References - Learn Excel the Right Way.","og_description":"Learn how to use Structured References in Excel Tables to create readable formulas that automatically update with your data.","og_url":"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/","og_site_name":"Learn Excel the Right Way.","article_modified_time":"2026-03-09T04:56:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","FAQPage"],"@id":"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/","url":"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/","name":"Structured References - Learn Excel the Right Way.","isPartOf":{"@id":"https:\/\/gigz.pk\/excel\/#website"},"datePublished":"2026-02-24T09:02:59+00:00","dateModified":"2026-03-09T04:56:23+00:00","description":"Learn how to use Structured References in Excel Tables to create readable formulas that automatically update with your data.","breadcrumb":{"@id":"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gigz.pk\/excel\/lesson\/structured-references\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gigz.pk\/excel\/lesson\/structured-references\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gigz.pk\/excel\/"},{"@type":"ListItem","position":2,"name":"Excel Data Management (EDM) > Tables > Structured References"}]},{"@type":"WebSite","@id":"https:\/\/gigz.pk\/excel\/#website","url":"https:\/\/gigz.pk\/excel\/","name":"Learn Excel the Right Way.","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gigz.pk\/excel\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/gigz.pk\/excel\/wp-json\/wp\/v2\/lesson\/80","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gigz.pk\/excel\/wp-json\/wp\/v2\/lesson"}],"about":[{"href":"https:\/\/gigz.pk\/excel\/wp-json\/wp\/v2\/types\/lesson"}],"wp:attachment":[{"href":"https:\/\/gigz.pk\/excel\/wp-json\/wp\/v2\/media?parent=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}