{"id":15579,"date":"2023-04-27T17:36:11","date_gmt":"2023-04-27T17:36:11","guid":{"rendered":"https:\/\/officetuts.net\/excel\/?p=15579"},"modified":"2024-02-19T14:52:11","modified_gmt":"2024-02-19T14:52:11","slug":"find-column-index-number-using-vlookup-in-excel","status":"publish","type":"post","link":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/","title":{"rendered":"Find Column Index Number Using VLOOKUP in Excel"},"content":{"rendered":"\n
Find-Column-Index-Number-Using-VLOOKUP-in-Excel<\/a>Download File<\/a><\/div>\n\n\n\n

In Excel, we can use the VLOOKUP<\/strong> function to find a table’s column index number of a specific value. <\/p>\n\n\n\n

This tutorial shows how to use the Excel VLOOKUP function to find the column index of a particular value in a table array. <\/p>\n\n\n\n

Find The Column Index Number Using VLOOKUP in Excel<\/h2>\n\n\n\n

VLOOKUP is an Excel function that allows you to look up a value in a table and return a corresponding value from a specified column. <\/p>\n\n\n\n

Syntax of the VLOOKUP Function<\/h3>\n\n\n\n

The syntax of the VLOOKUP function is as follows: <\/p>\n\n\n\n

=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])<\/strong>\n<\/p>\n\n\n\n

Where: <\/p>\n\n\n\n

    \n
  • lookup_value<\/strong> is the value you want to look up.\n <\/li>\n\n\n\n
  • table_array<\/strong> is the range containing the lookup value.\n <\/li>\n\n\n\n
  • col_index_num<\/strong> is the column number in the table_array<\/strong> that contains the value you want to return.\n <\/li>\n\n\n\n
  • range_lookup<\/strong> is an optional argument that specifies whether you want an exact or approximate match for lookup_value. If range_lookup is TRUE or omitted, an approximate match is returned; if range_lookup is FALSE, an exact match is returned.<\/li>\n<\/ul>\n\n\n\n

    Find the Column Index Number <\/h3>\n\n\n\n

    One of the required arguments of the VLOOKUP function is the column index number, which specifies the column from which the function should return the corresponding value. <\/p>\n\n\n\n

    Using the VLOOKUP function to find the column index number is applicable when you have a table with many columns and need to perform a lookup based on a specific column header. Instead of manually counting the number of columns to determine the column index number, you can use the VLOOKUP function to automate the process. <\/p>\n\n\n\n

    Let\u2019s consider the following example dataset showing the prices of branded electronic items. <\/p>\n\n\n\n

    \"\"<\/figure>\n\n\n\n

    We want to use the VLOOKUP function to find the index number of the column containing the price of the Samsung Galaxy Tab A7 tablet. <\/p>\n\n\n\n

    Note:<\/strong> The example dataset is small; therefore, we can quickly tell that the price column is number 4 in the table array by manually counting the columns. \n<\/p>\n\n\n\n

    However, you can have a table with many columns, making it inconvenient or challenging to determine the target column index number manually. Therefore, you can use the VLOOKUP function to determine the column index number automatically. <\/p>\n\n\n\n

    We use the following steps to find the price column index number using the VLOOKUP function: <\/p>\n\n\n\n

      \n
    1. Select cell B2 and type in the following formula: <\/li>\n<\/ol>\n\n\n\n
      =VLOOKUP(B11,A2:D9,COLUMN(D1)-COLUMN(A1)+1,FALSE)<\/code><\/pre>\n\n\n\n
      \"\"<\/figure>\n\n\n\n
        \n
      1. Press Enter. <\/li>\n<\/ol>\n\n\n\n
        \"Application,<\/figure>\n\n\n\n

        The formula returns the value 179, which is the Samsung Galaxy Tab A7 tablet price contained in cell D6 in column 4 of the dataset. <\/p>\n\n\n\n

        Explanation of the formula<\/h3>\n\n\n\n
        =VLOOKUP(B11,A2:D9,COLUMN(D1)-COLUMN(A1)+1,FALSE)<\/code><\/pre>\n\n\n\n

        This formula’s look value is “Samsung Galaxy Tab A7” in cell B11. The table array is the cell range A2:D9. <\/p>\n\n\n\n

        The COLUMN(D1)-COLUMN(A1)+1<\/strong> part of the formula uses the COLUMN function, which returns the column number of a reference to calculate the column index of the price column: <\/p>\n\n\n\n

          \n
        • COLUMN(D1)\t<\/strong>Returns the value 4, which is the column number of the price column from which we want to return the Samsung Galaxy Tab A7 price.\n <\/li>\n\n\n\n
        • COLUMN(A1)\t<\/strong>Returns the value 1, the column number of the column containing the lookup value.\n <\/li>\n<\/ul>\n\n\n\n

          The value 1, the column number of the column containing the lookup value, is subtracted from 4, the column number of the price column. Then the difference is increased by one, and the result is 4, the column index number of the column containing the price of Samsung Galaxy Tab A7, the lookup value. <\/p>\n\n\n\n

          Note:<\/strong> The range_lookup<\/strong> optional argument is set to FALSE because we want an exact match for the look-up up value.\n<\/p>\n\n\n\n

          Conclusion<\/h2>\n\n\n\n

          This tutorial explained how to use the VLOOKUP function in Excel to find the column index of a particular value in a table array. We hope you found the tutorial helpful. <\/p>\n","protected":false},"excerpt":{"rendered":"

          In Excel, we can use the VLOOKUP function to find a table’s column index number of a specific value. This tutorial shows how…<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[23],"tags":[170],"yoast_head":"\nFind Column Index Number Using VLOOKUP in Excel<\/title>\n<meta name=\"description\" content=\"Learn how to find the column index number of a value in an Excel table using the VLOOKUP function with this step-by-step tutorial. Download file included.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Find Column Index Number Using VLOOKUP in Excel\" \/>\n<meta property=\"og:description\" content=\"Learn how to find the column index number of a value in an Excel table using the VLOOKUP function with this step-by-step tutorial. Download file included.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-27T17:36:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-19T14:52:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png\" \/>\n<meta name=\"author\" content=\"Christopher Sirali\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Sirali\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/\"},\"author\":{\"name\":\"Christopher Sirali\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/b303a8b219a448ca09f1e9eed3903370\"},\"headline\":\"Find Column Index Number Using VLOOKUP in Excel\",\"datePublished\":\"2023-04-27T17:36:11+00:00\",\"dateModified\":\"2024-02-19T14:52:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/\"},\"wordCount\":632,\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png\",\"keywords\":[\"file\"],\"articleSection\":[\"formulas\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/\",\"url\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/\",\"name\":\"Find Column Index Number Using VLOOKUP in Excel\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png\",\"datePublished\":\"2023-04-27T17:36:11+00:00\",\"dateModified\":\"2024-02-19T14:52:11+00:00\",\"description\":\"Learn how to find the column index number of a value in an Excel table using the VLOOKUP function with this step-by-step tutorial. Download file included.\",\"breadcrumb\":{\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage\",\"url\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png\",\"contentUrl\":\"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png\",\"width\":497,\"height\":275},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/officetuts.net\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Find Column Index Number Using VLOOKUP in Excel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/officetuts.net\/excel\/#website\",\"url\":\"https:\/\/officetuts.net\/excel\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/officetuts.net\/excel\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\",\"name\":\"Tomasz Decker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"caption\":\"Tomasz Decker\"},\"logo\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\"},\"description\":\"Spreadsheet and Python enthusiast.\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/b303a8b219a448ca09f1e9eed3903370\",\"name\":\"Christopher Sirali\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/21aaff468311813001dc2723f1937cf0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/21aaff468311813001dc2723f1937cf0?s=96&d=mm&r=g\",\"caption\":\"Christopher Sirali\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Find Column Index Number Using VLOOKUP in Excel","description":"Learn how to find the column index number of a value in an Excel table using the VLOOKUP function with this step-by-step tutorial. Download file included.","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:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/","og_locale":"en_US","og_type":"article","og_title":"Find Column Index Number Using VLOOKUP in Excel","og_description":"Learn how to find the column index number of a value in an Excel table using the VLOOKUP function with this step-by-step tutorial. Download file included.","og_url":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/","article_published_time":"2023-04-27T17:36:11+00:00","article_modified_time":"2024-02-19T14:52:11+00:00","og_image":[{"url":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png"}],"author":"Christopher Sirali","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Christopher Sirali","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#article","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/"},"author":{"name":"Christopher Sirali","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/b303a8b219a448ca09f1e9eed3903370"},"headline":"Find Column Index Number Using VLOOKUP in Excel","datePublished":"2023-04-27T17:36:11+00:00","dateModified":"2024-02-19T14:52:11+00:00","mainEntityOfPage":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/"},"wordCount":632,"publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"image":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png","keywords":["file"],"articleSection":["formulas"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/","url":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/","name":"Find Column Index Number Using VLOOKUP in Excel","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/#website"},"primaryImageOfPage":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage"},"image":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage"},"thumbnailUrl":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png","datePublished":"2023-04-27T17:36:11+00:00","dateModified":"2024-02-19T14:52:11+00:00","description":"Learn how to find the column index number of a value in an Excel table using the VLOOKUP function with this step-by-step tutorial. Download file included.","breadcrumb":{"@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#primaryimage","url":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png","contentUrl":"https:\/\/officetuts.net\/excel\/wp-content\/uploads\/sites\/2\/2023\/04\/word-image-15579-1.png","width":497,"height":275},{"@type":"BreadcrumbList","@id":"https:\/\/officetuts.net\/excel\/formulas\/find-column-index-number-using-vlookup-in-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/officetuts.net\/excel\/"},{"@type":"ListItem","position":2,"name":"Find Column Index Number Using VLOOKUP in Excel"}]},{"@type":"WebSite","@id":"https:\/\/officetuts.net\/excel\/#website","url":"https:\/\/officetuts.net\/excel\/","name":"","description":"","publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/officetuts.net\/excel\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42","name":"Tomasz Decker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","caption":"Tomasz Decker"},"logo":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/"},"description":"Spreadsheet and Python enthusiast."},{"@type":"Person","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/b303a8b219a448ca09f1e9eed3903370","name":"Christopher Sirali","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/21aaff468311813001dc2723f1937cf0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/21aaff468311813001dc2723f1937cf0?s=96&d=mm&r=g","caption":"Christopher Sirali"}}]}},"_links":{"self":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/15579"}],"collection":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/comments?post=15579"}],"version-history":[{"count":2,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/15579\/revisions"}],"predecessor-version":[{"id":15585,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/15579\/revisions\/15585"}],"wp:attachment":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/media?parent=15579"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/categories?post=15579"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/tags?post=15579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}