{"id":290,"date":"2025-10-31T22:40:22","date_gmt":"2025-10-31T22:40:22","guid":{"rendered":"https:\/\/blog.callmelazy.eu\/?p=290"},"modified":"2025-10-31T22:41:59","modified_gmt":"2025-10-31T22:41:59","slug":"excels-format-as-table-button","status":"publish","type":"post","link":"https:\/\/blog.callmelazy.eu\/?p=290","title":{"rendered":"Excel&#8217;s &#8220;Format as Table&#8221; button"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In the Home Ribbon, between the Conditional Formatting and Cells, you can find an often misunderstood button. It&#8217;s called Format as Table:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"205\" height=\"104\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-16.png\" alt=\"\" class=\"wp-image-291\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s not hard to assume that this button changes the range only visually. This illusion is often due to the button&#8217;s name itself: the word &#8220;Format&#8221; implies that the change is only visual.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The reality is very different. Once you format a set of cells (called a Range in Excel language) as a table, many things change, in addition to their appearance.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Creating a table<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Start by creating a table and you will notice immediately that every column will have a header above it. Also, if you had duplicate column names, they will change automatically to be unique, as I illustrate in the screenshots below:<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"262\" height=\"66\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Range.png\" alt=\"\" class=\"wp-image-292\" style=\"width:391px;height:auto\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"262\" height=\"65\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table.png\" alt=\"\" class=\"wp-image-293\" style=\"width:390px;height:auto\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">When you create a table, it also gets a name. Every table, just like every worksheet, must have a name. You can see it, and change it if you want, by clicking on the <em>Table Design <\/em>ribbon which appears once you create the table:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"228\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-Name-1024x228.png\" alt=\"\" class=\"wp-image-299\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-Name-1024x228.png 1024w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-Name-300x67.png 300w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-Name-768x171.png 768w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-Name.png 1143w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s now start to see tables in action. The first important change is when composing formulas.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Formulas inside tables<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Excel is very much about writing a formula once and applying it to many inputs. Challenges start when you need to go back and read your formulas again. To change them, to debug them, whatever. Then, suddenly, that A2*G2, which was obvious when you first entered the formula, is not so obvious anymore. The more complex a formula is, the worse it gets.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Tables change that completely. They enable easy references to columns using their headers (titles). And that&#8217;s the reason Excel was forcing them to be unique. This is a game changer because, as soon as you choose meaningful headers for your tables, your formulas become readable. Let&#8217;s see an example:<\/p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"206\" height=\"52\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Formula-in-Range.png\" alt=\"\" class=\"wp-image-295\" style=\"width:279px;height:auto\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"346\" height=\"55\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Formula-in-Table.png\" alt=\"\" class=\"wp-image-296\" style=\"width:416px;height:auto\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Formula-in-Table.png 346w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Formula-in-Table-300x48.png 300w\" sizes=\"auto, (max-width: 346px) 100vw, 346px\" \/><\/figure>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">On the left, you have a simple formula calculating the total cost from the unit cost and the quantity. It&#8217;s an easy formula, but if the cells B2 and C3 didn&#8217;t happen to be right next to it, it could be hard to find them when writing the formula in the first place, and even harder to read the formula after some time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Compose the same formula inside a Table and, instead of the usual coordinates, you get references using the table&#8217;s headers. This helps already, but it gets even better.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While typing a formula inside the table, start by typing <em>=[@<\/em> and you will get a list of the table&#8217;s headers, from which you can choose the one you need:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"290\" height=\"114\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Formula-in-Table-Composing.png\" alt=\"\" class=\"wp-image-297\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Start typing and the list includes only the headers starting from what you type, which makes it even easier to select the right one:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"72\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Formula-in-Table-Composing-2.png\" alt=\"\" class=\"wp-image-298\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">References within tables<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Let&#8217;s now see how we refer to other cells inside a table.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the examples above, you probably noticed the <em>@<\/em> sign. This has a special meaning inside a Table: it means you refer to a cell in the same row as the cell you are editing. Keep in mind that this extends even outside of the specific table you are editing, which can sometimes be handy, but can be dangerous too.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are several ways to reference cells inside a table, and the main ones are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cell references in the same row: they include the @ character in front of the header name. For example, the Unit Cost in the same row as the cell you are editing would be [@[Unit Cost]]<\/li>\n\n\n\n<li>Entire column references: they are the same as above, but they don&#8217;t include the @ sign. They refer to the the entire table column, excluding the header. Such a reference in the example above would be [Unit Cost], referring to the entire column under the header Unit Cost.<\/li>\n\n\n\n<li>Header references: their format is &lt;table name&gt;[[#Headers];[&lt;header name&gt;]]. In the example above, reference to the Quantity header cell would be Table1[[#Headers];[Quantity]]<\/li>\n\n\n\n<li>Entire table &#8220;body&#8221; references: simply the table name, like Table1 in the example above.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You can always refer to other cells or ranges by simply using the coordinates, of course then you start to lose the benefits of tables.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">References to tables from ranges outside of them<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are a few other ways to refer to ranges in a table, which appear when you refer to a table from a range outside that table. To trigger that, you start by referring to the table name first as you type a formula. Excel helps you after the equal sign, by giving you valid choices of functions or tables:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"474\" height=\"132\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-reference.png\" alt=\"\" class=\"wp-image-301\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-reference.png 474w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-reference-300x84.png 300w\" sizes=\"auto, (max-width: 474px) 100vw, 474px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">To make it easier to choose from tables only, it is a good idea to prefix all your table names by an easy to remember character sequence. I usually prefix them by &#8220;tbl&#8221;.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After you select the table, Excel lets you select from valid ranges within the table. It will even provide you quick instructions to help you choose:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"799\" height=\"210\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-reference-2.png\" alt=\"\" class=\"wp-image-302\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-reference-2.png 799w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-reference-2-300x79.png 300w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/Table-reference-2-768x202.png 768w\" sizes=\"auto, (max-width: 799px) 100vw, 799px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Column formulas<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you are not using tables yet, you are probably used to writing a formula once, then filling down or right. When using tables, filling down is the way to go, because each column has a title. But in reality, you don&#8217;t even need to fill down.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you type a formula in an blank table column, Excel will automatically fill the entire column. Not only that, but if you then edit the formula in a single cell, it will apply the formula to all cells. You can override this if you need to but I highly recommend taking advantage of it. It may not always be what you wanted, but it will help you in the long run if your workbooks respect the &#8220;one column-one formula&#8221; rule.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tables and Pivot Tables<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you happen to be a Pivot Table user who is not using Tables for your source data yet, you are missing a lot. If the source data for a Pivot Table is inside the table, you get quite a few benefits:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The Table headers are immediately available as Pivot Table fields.<\/li>\n\n\n\n<li>Whenever you add rows or columns to the Table, the Table resizes automatically to include them (you can also disable this behaviour). And once this happens, next time you refresh the Pivot Table, it will include the additional data at once.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Tables and in-cell dropdowns (data validation)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In-cell dropdown lists are a very powerful Excel feature. When the valid value list is inside the table, you can get the list to adapt its size automatically when you add or remove data elements. You can read more about this use case <a href=\"https:\/\/blog.callmelazy.eu\/?p=224\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Tips when using tables<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You will find Tables extremely helpful if you want to do complex calculations inside Excel. In this section I will present a few tips for such cases.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Tables for constants<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Quite often, you want to apply certain constants to your formulas. This is the type of constants where you would otherwise use absolute references (dollar sign before both row and column reference). For such cases, I recommend using a table with two rows in total: the header row and a data row. Each column header is the name of the constant and underneath it the constant&#8217;s value:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"617\" height=\"105\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-18.png\" alt=\"\" class=\"wp-image-306\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-18.png 617w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-18-300x51.png 300w\" sizes=\"auto, (max-width: 617px) 100vw, 617px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When you refer to these values from other cells, make sure you use the full column reference (without the @ sign): for example <em>table1[constant1].<\/em> In most cases you will get this type of reference by simply clicking on the value cell when editing a formula:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"535\" height=\"150\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-20.png\" alt=\"\" class=\"wp-image-308\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-20.png 535w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-20-300x84.png 300w\" sizes=\"auto, (max-width: 535px) 100vw, 535px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">But be careful: if you edit a cell in the same row as the constant value, you can get a same-row reference, i.e. with an @ sign:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"596\" height=\"103\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-21.png\" alt=\"\" class=\"wp-image-309\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-21.png 596w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-21-300x52.png 300w\" sizes=\"auto, (max-width: 596px) 100vw, 596px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">If this happens you can run into problems later. The formula will try to use the rows underneath, which no longer contain the constant value. You can prevent this by manually deleting the @ sign when such a condition occurs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Lookups inside tables<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Tables are simply amazing when you want to look up data inside them. The lookup formulas become much easier to compose and edit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this post I will concentrate in one of the most powerful ways to look up data and show you how to use it in a Table: the combination of the INDEX and MATCH formulas. Let&#8217;s try an example. In the following tables we store names and ID numbers. We start by looking up a name to get the ID number:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"671\" height=\"159\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-22.png\" alt=\"\" class=\"wp-image-310\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-22.png 671w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-22-300x71.png 300w\" sizes=\"auto, (max-width: 671px) 100vw, 671px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">We start by specifying in the INDEX function from which column we want the data to be returned: Table2[ID]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Then we specify, inside MATCH, which value to search for (N4=Sue) and where to search for the value: Table2[Name]<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The last parameter, zero, means that we want an exact match.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The beauty of this formula is that with one look you know where you will get the values from (ID) and what you are trying to match (Name). Sure you could use <a href=\"https:\/\/support.microsoft.com\/en-us\/office\/vlookup-function-0bbc8083-26fe-4963-8ab8-93a18ad188a1\">VLOOKUP<\/a> as well, but it is much more obvious with the INDEX\/MATCH combination. And it gets better. Check this example:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"681\" height=\"147\" src=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-23.png\" alt=\"\" class=\"wp-image-311\" srcset=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-23.png 681w, https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-23-300x65.png 300w\" sizes=\"auto, (max-width: 681px) 100vw, 681px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Now we do the inverse: we are looking up an ID to find the name. Notice how the table with our data remained exactly the same. This is simply not doable with VLOOKUP, because with VLOOKUP you must always search in the first column of a table.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The downside of Tables<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Until now we demonstrated the goodness of tables. As with all good things, it also has its limitations, which we will examine in this last section.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first limitation is that, because you can use each column title as a reference, they must all be unique within the same table. However, this is something you should probably be doing already, to distinguish between your data. So even though it is a limitation, it&#8217;s a mostly welcome one.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another limitation is that you can never merge cells inside a table. But merged cells is another &#8220;feature&#8221; that you should avoid using as much as possible, because it breaks the continuity of cell references and sooner or later it will get in your way. Use merged cells only for &#8220;presentation&#8221; sections of your spreadsheets, sections which only need to be human-friendly. And in such cases you don&#8217;t really need to use Tables. Remember, Tables are not really about visual formatting.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is only one real drawback of Tables, and that is speed. Because of all these good things that Tables bring, they add overhead to operations within the worksheet. Dealing with small tables is not an issue, but as your tables grow you can start noticing the performance penalty. Adding data at the bottom of a table, or adding a row, will start taking a few seconds, until the Table expands to include it. If you are into macros (VBA), you will find that whenever you deal with tables your code will run slower, even more so when you are writing to them. There are workarounds to that, but that will be the subject of another post.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Tables can be a life saver as your spreadsheets grow in complexity. They make your formulas easier to compose and edit and help you avoid errors with complex calculations. Next time you start building a spreadsheet in Excel, give it a try!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the Home Ribbon, between the Conditional Formatting and Cells, you can find an often misunderstood button. It&#8217;s called Format as Table: It&#8217;s not hard to assume that this button changes the range only visually. This illusion is often due to the button&#8217;s name itself: the word &#8220;Format&#8221; implies that the change is only visual. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[38,39],"class_list":["post-290","post","type-post","status-publish","format-standard","hentry","category-microsoft-office","tag-excel","tag-microsoft-office"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Excel&#039;s &quot;Format as Table&quot; button - Call me lazy blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.callmelazy.eu\/?p=290\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel&#039;s &quot;Format as Table&quot; button - Call me lazy blog\" \/>\n<meta property=\"og:description\" content=\"In the Home Ribbon, between the Conditional Formatting and Cells, you can find an often misunderstood button. It&#8217;s called Format as Table: It&#8217;s not hard to assume that this button changes the range only visually. This illusion is often due to the button&#8217;s name itself: the word &#8220;Format&#8221; implies that the change is only visual. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.callmelazy.eu\/?p=290\" \/>\n<meta property=\"og:site_name\" content=\"Call me lazy blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-31T22:40:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-31T22:41:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-16.png\" \/>\n\t<meta property=\"og:image:width\" content=\"205\" \/>\n\t<meta property=\"og:image:height\" content=\"104\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#\\\/schema\\\/person\\\/3f4e1f2e74e862408107ea636750ddc9\"},\"headline\":\"Excel&#8217;s &#8220;Format as Table&#8221; button\",\"datePublished\":\"2025-10-31T22:40:22+00:00\",\"dateModified\":\"2025-10-31T22:41:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290\"},\"wordCount\":1886,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-16.png\",\"keywords\":[\"excel\",\"microsoft office\"],\"articleSection\":[\"Microsoft Office\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290\",\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290\",\"name\":\"Excel's \\\"Format as Table\\\" button - Call me lazy blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-16.png\",\"datePublished\":\"2025-10-31T22:40:22+00:00\",\"dateModified\":\"2025-10-31T22:41:59+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#\\\/schema\\\/person\\\/3f4e1f2e74e862408107ea636750ddc9\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#primaryimage\",\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-16.png\",\"contentUrl\":\"https:\\\/\\\/blog.callmelazy.eu\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image-16.png\",\"width\":205,\"height\":104},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?p=290#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.callmelazy.eu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel&#8217;s &#8220;Format as Table&#8221; button\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#website\",\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/\",\"name\":\"Call me lazy blog\",\"description\":\"Laziness as a source of innovation and creativity\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.callmelazy.eu\\\/#\\\/schema\\\/person\\\/3f4e1f2e74e862408107ea636750ddc9\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/blog.callmelazy.eu\"],\"url\":\"https:\\\/\\\/blog.callmelazy.eu\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Excel's \"Format as Table\" button - Call me lazy blog","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:\/\/blog.callmelazy.eu\/?p=290","og_locale":"en_US","og_type":"article","og_title":"Excel's \"Format as Table\" button - Call me lazy blog","og_description":"In the Home Ribbon, between the Conditional Formatting and Cells, you can find an often misunderstood button. It&#8217;s called Format as Table: It&#8217;s not hard to assume that this button changes the range only visually. This illusion is often due to the button&#8217;s name itself: the word &#8220;Format&#8221; implies that the change is only visual. [&hellip;]","og_url":"https:\/\/blog.callmelazy.eu\/?p=290","og_site_name":"Call me lazy blog","article_published_time":"2025-10-31T22:40:22+00:00","article_modified_time":"2025-10-31T22:41:59+00:00","og_image":[{"width":205,"height":104,"url":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-16.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.callmelazy.eu\/?p=290#article","isPartOf":{"@id":"https:\/\/blog.callmelazy.eu\/?p=290"},"author":{"name":"admin","@id":"https:\/\/blog.callmelazy.eu\/#\/schema\/person\/3f4e1f2e74e862408107ea636750ddc9"},"headline":"Excel&#8217;s &#8220;Format as Table&#8221; button","datePublished":"2025-10-31T22:40:22+00:00","dateModified":"2025-10-31T22:41:59+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.callmelazy.eu\/?p=290"},"wordCount":1886,"commentCount":0,"image":{"@id":"https:\/\/blog.callmelazy.eu\/?p=290#primaryimage"},"thumbnailUrl":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-16.png","keywords":["excel","microsoft office"],"articleSection":["Microsoft Office"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.callmelazy.eu\/?p=290#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.callmelazy.eu\/?p=290","url":"https:\/\/blog.callmelazy.eu\/?p=290","name":"Excel's \"Format as Table\" button - Call me lazy blog","isPartOf":{"@id":"https:\/\/blog.callmelazy.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.callmelazy.eu\/?p=290#primaryimage"},"image":{"@id":"https:\/\/blog.callmelazy.eu\/?p=290#primaryimage"},"thumbnailUrl":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-16.png","datePublished":"2025-10-31T22:40:22+00:00","dateModified":"2025-10-31T22:41:59+00:00","author":{"@id":"https:\/\/blog.callmelazy.eu\/#\/schema\/person\/3f4e1f2e74e862408107ea636750ddc9"},"breadcrumb":{"@id":"https:\/\/blog.callmelazy.eu\/?p=290#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.callmelazy.eu\/?p=290"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.callmelazy.eu\/?p=290#primaryimage","url":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-16.png","contentUrl":"https:\/\/blog.callmelazy.eu\/wp-content\/uploads\/2025\/10\/image-16.png","width":205,"height":104},{"@type":"BreadcrumbList","@id":"https:\/\/blog.callmelazy.eu\/?p=290#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.callmelazy.eu\/"},{"@type":"ListItem","position":2,"name":"Excel&#8217;s &#8220;Format as Table&#8221; button"}]},{"@type":"WebSite","@id":"https:\/\/blog.callmelazy.eu\/#website","url":"https:\/\/blog.callmelazy.eu\/","name":"Call me lazy blog","description":"Laziness as a source of innovation and creativity","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.callmelazy.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blog.callmelazy.eu\/#\/schema\/person\/3f4e1f2e74e862408107ea636750ddc9","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/56c1237556d5ac2b20981e29af2d26d026fcea964c8b963a90e98b93605e0f40?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/blog.callmelazy.eu"],"url":"https:\/\/blog.callmelazy.eu\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts\/290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=290"}],"version-history":[{"count":4,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts\/290\/revisions"}],"predecessor-version":[{"id":312,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=\/wp\/v2\/posts\/290\/revisions\/312"}],"wp:attachment":[{"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.callmelazy.eu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}