{"id":1145,"date":"2018-07-01T14:56:24","date_gmt":"2018-07-01T14:56:24","guid":{"rendered":"http:\/\/officetuts.net\/excel\/?p=1145"},"modified":"2023-11-03T15:02:18","modified_gmt":"2023-11-03T15:02:18","slug":"vlookup","status":"publish","type":"post","link":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/","title":{"rendered":"VLOOKUP function"},"content":{"rendered":"\n

Excel VLOOKUP Function is a powerful tool in Microsoft Excel that allows you to search for a specific value in a table, and then retrieve related information from that table. It’s like having a digital phone book for your data.<\/p>\n\n\n\n

Syntax<\/h2>\n\n\n\n

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

Arguments<\/h2>\n\n\n\n
lookup_value<\/b><\/td>The value you want to find in the first column of the table.<\/td><\/tr>
table_array<\/b><\/td>The range of cells that contains the data you want to search in. It should include the column with your lookup_value and the columns where you want to retrieve information.<\/td><\/tr>
col_index_num<\/b><\/td>The column number in the table_array from which you want to retrieve data. The first column is 1, the second column is 2, and so on.<\/td><\/tr>
[range_lookup]<\/b><\/td>(Optional) A logical value that can be either TRUE or FALSE. If TRUE (or omitted), VLOOKUP will find an approximate match. If FALSE, it will look for an exact match. (Optional means you can leave it out if you don’t need it.)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

How to use<\/h2>\n\n\n\n

Let’s break down how to use the VLOOKUP function with an example:<\/p>\n\n\n\n

Example<\/h2>\n\n\n\n

Suppose you have a table of student names and their corresponding test scores. You want to find the score for a specific student, John, using the VLOOKUP function.<\/p>\n\n\n\n

=VLOOKUP(\"John\", A1:B5, 2, FALSE)<\/code><\/pre>\n\n\n\n

This formula will search for “John” in the first column (A) of the table (A1:B5). Since you want to retrieve the score, which is in the second column (B), you use 2 as the col_index_num. The last argument, FALSE, ensures an exact match. The function will return John’s test score.<\/p>\n\n\n\n

85 (assuming John’s score is in cell B2)<\/p>\n\n\n\n

Remember that VLOOKUP is incredibly versatile and can be used for various applications, from finding the prices of products in a database to looking up employee information in a personnel file.<\/p>\n\n\n\n

Keep in mind that if the lookup_value is not found, VLOOKUP returns an error (#N\/A). So, make sure your data is well-organized and the value you’re searching for is present in the table.<\/p>\n\n\n\n

That’s the basic idea of the VLOOKUP function. It’s like your Excel search engine, helping you find and retrieve specific data from a big table.<\/p>\n","protected":false},"excerpt":{"rendered":"

Excel VLOOKUP Function is a powerful tool in Microsoft Excel that allows you to search for a specific value in a table, and…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[180],"yoast_head":"\nVLOOKUP function<\/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:\/\/officetuts.net\/excel\/functions\/vlookup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VLOOKUP function\" \/>\n<meta property=\"og:description\" content=\"Excel VLOOKUP Function is a powerful tool in Microsoft Excel that allows you to search for a specific value in a table, and...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-01T14:56:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-03T15:02:18+00:00\" \/>\n<meta name=\"author\" content=\"Tomasz Decker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tomasz Decker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/\"},\"author\":{\"name\":\"Tomasz Decker\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"headline\":\"VLOOKUP function\",\"datePublished\":\"2018-07-01T14:56:24+00:00\",\"dateModified\":\"2023-11-03T15:02:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/\"},\"wordCount\":376,\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"keywords\":[\"done\"],\"articleSection\":[\"functions\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/\",\"url\":\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/\",\"name\":\"VLOOKUP function\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#website\"},\"datePublished\":\"2018-07-01T14:56:24+00:00\",\"dateModified\":\"2023-11-03T15:02:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/vlookup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/officetuts.net\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"VLOOKUP function\"}]},{\"@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.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"VLOOKUP function","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\/functions\/vlookup\/","og_locale":"en_US","og_type":"article","og_title":"VLOOKUP function","og_description":"Excel VLOOKUP Function is a powerful tool in Microsoft Excel that allows you to search for a specific value in a table, and...","og_url":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/","article_published_time":"2018-07-01T14:56:24+00:00","article_modified_time":"2023-11-03T15:02:18+00:00","author":"Tomasz Decker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tomasz Decker","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/#article","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/"},"author":{"name":"Tomasz Decker","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"headline":"VLOOKUP function","datePublished":"2018-07-01T14:56:24+00:00","dateModified":"2023-11-03T15:02:18+00:00","mainEntityOfPage":{"@id":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/"},"wordCount":376,"publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"keywords":["done"],"articleSection":["functions"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/","url":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/","name":"VLOOKUP function","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/#website"},"datePublished":"2018-07-01T14:56:24+00:00","dateModified":"2023-11-03T15:02:18+00:00","breadcrumb":{"@id":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/officetuts.net\/excel\/functions\/vlookup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/officetuts.net\/excel\/functions\/vlookup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/officetuts.net\/excel\/"},{"@type":"ListItem","position":2,"name":"VLOOKUP function"}]},{"@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."}]}},"_links":{"self":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/1145"}],"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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/comments?post=1145"}],"version-history":[{"count":4,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/1145\/revisions"}],"predecessor-version":[{"id":16620,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/1145\/revisions\/16620"}],"wp:attachment":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/media?parent=1145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/categories?post=1145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/tags?post=1145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}