{"id":65,"date":"2026-02-24T08:42:32","date_gmt":"2026-02-24T08:42:32","guid":{"rendered":"https:\/\/gigz.pk\/excel\/?post_type=lesson&#038;p=65"},"modified":"2026-03-08T07:29:21","modified_gmt":"2026-03-08T07:29:21","slug":"match","status":"publish","type":"lesson","link":"https:\/\/gigz.pk\/excel\/lesson\/match\/","title":{"rendered":"MATCH"},"content":{"rendered":"\n<p>The <strong>MATCH<\/strong> function searches for a specified value in a range and returns the <strong>position number<\/strong> of that value.<\/p>\n\n\n\n<p>It does <strong>not<\/strong> return the actual value \u2014 it returns the position.<\/p>\n\n\n\n<p>MATCH is commonly used with the <strong>INDEX<\/strong> function for advanced lookups.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Structure of MATCH<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">=MATCH(lookup_value, lookup_array, [match_type])<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Arguments:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>lookup_value<\/strong> \u2192 Value you want to find<\/li>\n\n\n\n<li><strong>lookup_array<\/strong> \u2192 Range where Excel searches<\/li>\n\n\n\n<li><strong>match_type<\/strong> \u2192 Type of match<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Match Types<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Match Type<\/th><th>Meaning<\/th><\/tr><\/thead><tbody><tr><td>0<\/td><td>Exact match (most commonly used)<\/td><\/tr><tr><td>1<\/td><td>Exact or next smallest (ascending order required)<\/td><\/tr><tr><td>-1<\/td><td>Exact or next largest (descending order required)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Example 1: Exact Match<\/h2>\n\n\n\n<p>If A1:A5 contains:<\/p>\n\n\n\n<p>Apple<br>Banana<br>Mango<br>Orange<br>Grapes<\/p>\n\n\n\n<p>Formula:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">=MATCH(\"Mango\", A1:A5, 0)<\/pre>\n\n\n\n<p>Result: 3<\/p>\n\n\n\n<p>Because Mango is in the 3rd position.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example 2: Using Cell Reference<\/h2>\n\n\n\n<p>If B1 contains &#8220;Orange&#8221;:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">=MATCH(B1, A1:A5, 0)<\/pre>\n\n\n\n<p>Returns the position of Orange.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example 3: Approximate Match<\/h2>\n\n\n\n<p>If A1:A5 contains numbers sorted ascending:<\/p>\n\n\n\n<p>10<br>20<br>30<br>40<br>50<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">=MATCH(25, A1:A5, 1)<\/pre>\n\n\n\n<p>Result: 2<\/p>\n\n\n\n<p>Because 20 is the closest smaller value.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">MATCH with INDEX (Powerful Combination)<\/h2>\n\n\n\n<pre class=\"wp-block-preformatted\">=INDEX(B1:B5, MATCH(\"Mango\", A1:A5, 0))<\/pre>\n\n\n\n<p>How it works:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>MATCH finds position of Mango<\/li>\n\n\n\n<li>INDEX returns value from B1:B5 at that position<\/li>\n<\/ul>\n\n\n\n<p>This is more flexible than VLOOKUP.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common Errors<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>#N\/A \u2192 Value not found<\/li>\n\n\n\n<li>#VALUE! \u2192 Incorrect arguments<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Why MATCH is Important<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Finds position dynamically<\/li>\n\n\n\n<li>Works vertically or horizontally<\/li>\n\n\n\n<li>Makes INDEX dynamic<\/li>\n\n\n\n<li>More flexible than VLOOKUP<\/li>\n<\/ul>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1772955107824\"><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 Essential Functions (EEF) > Lookup &#038; Reference > MATCH<\/span><\/span><\/div>\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>The MATCH function is essential for advanced lookups and dynamic reports. When combined with INDEX, it becomes one of the most powerful data retrieval methods in Excel.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"menu_order":35,"template":"","class_list":["post-65","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>MATCH - Learn Excel the Right Way.<\/title>\n<meta name=\"description\" content=\"Learn how to use the MATCH function in Excel to find the position of values and create dynamic lookups with INDEX.\" \/>\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\/match\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MATCH - Learn Excel the Right Way.\" \/>\n<meta property=\"og:description\" content=\"Learn how to use the MATCH function in Excel to find the position of values and create dynamic lookups with INDEX.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gigz.pk\/excel\/lesson\/match\/\" \/>\n<meta property=\"og:site_name\" content=\"Learn Excel the Right Way.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-08T07:29:21+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/match\\\/\",\"url\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/match\\\/\",\"name\":\"MATCH - Learn Excel the Right Way.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/#website\"},\"datePublished\":\"2026-02-24T08:42:32+00:00\",\"dateModified\":\"2026-03-08T07:29:21+00:00\",\"description\":\"Learn how to use the MATCH function in Excel to find the position of values and create dynamic lookups with INDEX.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/match\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/match\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/lesson\\\/match\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gigz.pk\\\/excel\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel Essential Functions (EEF) > Lookup & Reference > MATCH\"}]},{\"@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":"MATCH - Learn Excel the Right Way.","description":"Learn how to use the MATCH function in Excel to find the position of values and create dynamic lookups with INDEX.","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\/match\/","og_locale":"en_US","og_type":"article","og_title":"MATCH - Learn Excel the Right Way.","og_description":"Learn how to use the MATCH function in Excel to find the position of values and create dynamic lookups with INDEX.","og_url":"https:\/\/gigz.pk\/excel\/lesson\/match\/","og_site_name":"Learn Excel the Right Way.","article_modified_time":"2026-03-08T07:29:21+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["WebPage","FAQPage"],"@id":"https:\/\/gigz.pk\/excel\/lesson\/match\/","url":"https:\/\/gigz.pk\/excel\/lesson\/match\/","name":"MATCH - Learn Excel the Right Way.","isPartOf":{"@id":"https:\/\/gigz.pk\/excel\/#website"},"datePublished":"2026-02-24T08:42:32+00:00","dateModified":"2026-03-08T07:29:21+00:00","description":"Learn how to use the MATCH function in Excel to find the position of values and create dynamic lookups with INDEX.","breadcrumb":{"@id":"https:\/\/gigz.pk\/excel\/lesson\/match\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gigz.pk\/excel\/lesson\/match\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gigz.pk\/excel\/lesson\/match\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gigz.pk\/excel\/"},{"@type":"ListItem","position":2,"name":"Excel Essential Functions (EEF) > Lookup & Reference > MATCH"}]},{"@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\/65","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=65"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}