{"id":5055,"date":"2023-07-04T11:36:25","date_gmt":"2023-07-04T11:36:25","guid":{"rendered":"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/"},"modified":"2023-07-04T11:36:25","modified_gmt":"2023-07-04T11:36:25","slug":"excel-vlookup-multiplas-tabelas","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/","title":{"rendered":"Excel: use vlookup com v\u00e1rias tabelas de pesquisa"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar a seguinte f\u00f3rmula <strong>VLOOKUP<\/strong> no Excel para usar v\u00e1rias tabelas de pesquisa:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IFERROR(VLOOKUP( <span style=\"color: #3366ff;\">G2<\/span> , <span style=\"color: #ff0000;\">A2:B7<\/span> ,2,0),VLOOKUP( <span style=\"color: #3366ff;\">G2<\/span> , <span style=\"color: #800080;\">D2:E7<\/span> ,2,0))\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Esta f\u00f3rmula espec\u00edfica tenta encontrar o valor espec\u00edfico na c\u00e9lula <strong>G2<\/strong> da primeira coluna do intervalo <strong>A2:B7<\/strong> e retornar o valor correspondente da segunda coluna.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Se o valor na c\u00e9lula <strong>G2<\/strong> n\u00e3o for encontrado na primeira tabela de pesquisa, a f\u00f3rmula tentar\u00e1 procur\u00e1-lo na primeira coluna do intervalo <strong>D2:E7<\/strong> e retornar\u00e1 o valor correspondente na segunda coluna desse intervalo.<\/span><\/p>\n<p> <span style=\"color: #000000;\">O exemplo a seguir mostra como usar esta f\u00f3rmula na pr\u00e1tica.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Exemplo: usando VLOOKUP com v\u00e1rias tabelas de pesquisa no Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Suponha que temos duas tabelas no Excel: uma que cont\u00e9m os nomes de v\u00e1rios times de basquete da Confer\u00eancia Oeste e outra que cont\u00e9m os nomes de v\u00e1rios times da Confer\u00eancia Leste:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39405 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vmultiple1.png\" alt=\"\" width=\"515\" height=\"377\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Digamos que queremos procurar o nome do time <strong>Kings<\/strong> em qualquer uma das tabelas e retornar o valor do ponto correspondente.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Podemos especificar <strong>Kings<\/strong> como o nome da equipe a ser pesquisada na c\u00e9lula <strong>G2<\/strong> e, em seguida, digitar a seguinte f\u00f3rmula na c\u00e9lula <strong>H2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IFERROR(VLOOKUP( <span style=\"color: #3366ff;\">G2<\/span> , <span style=\"color: #ff0000;\">A2:B7<\/span> ,2,0),VLOOKUP( <span style=\"color: #3366ff;\">G2<\/span> , <span style=\"color: #800080;\">D2:E7<\/span> ,2,0))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">A captura de tela a seguir mostra como usar esta f\u00f3rmula na pr\u00e1tica:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-39406\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vmultiple2.png\" alt=\"Excel VLOOKUP com v\u00e1rias tabelas de pesquisa\" width=\"610\" height=\"354\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">A f\u00f3rmula retorna <strong>19<\/strong> , que \u00e9 o valor correto do ponto que corresponde a <strong>Kings<\/strong> .<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Se alterarmos o nome da equipe de pesquisa na c\u00e9lula <strong>G2<\/strong> , a f\u00f3rmula ser\u00e1 atualizada automaticamente para retornar o valor correto dos pontos.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Por exemplo, digamos que mudamos o nome do time para <strong>Cavs<\/strong> :<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39407 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vmultiple3.png\" alt=\"\" width=\"633\" height=\"356\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">A f\u00f3rmula de retorno <strong>38<\/strong> , que \u00e9 o valor correto do ponto que corresponde ao <strong>Cavs<\/strong> .<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Como funciona essa f\u00f3rmula?<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Lembre-se da f\u00f3rmula que usamos para encontrar o nome da equipe na c\u00e9lula <strong>G2<\/strong> usando v\u00e1rias tabelas de pesquisa:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IFERROR(VLOOKUP( <span style=\"color: #3366ff;\">G2<\/span> , <span style=\"color: #ff0000;\">A2:B7<\/span> ,2,0),VLOOKUP( <span style=\"color: #3366ff;\">G2<\/span> , <span style=\"color: #800080;\">D2:E7<\/span> ,2,0))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Veja como essa f\u00f3rmula funciona:<\/span><\/p>\n<p> <span style=\"color: #000000;\">Primeiro, usamos <strong>VLOOKUP<\/strong> para tentar encontrar o valor na c\u00e9lula <strong>G2<\/strong> (&#8220;Reis&#8221;) no intervalo <strong>A2:B7<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Isso retornar\u00e1 o segundo valor no intervalo ou <strong>#N\/A<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">A seguir, usamos a fun\u00e7\u00e3o <b>IFERROR<\/b> para verificar se o resultado do primeiro <strong>VLOOKUP<\/strong> retornou <strong>#N\/A<\/strong> ou n\u00e3o.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Se <strong>#N\/A<\/strong> for retornado, retornaremos o resultado da segunda fun\u00e7\u00e3o <strong>VLOOKUP<\/strong> , que ent\u00e3o procura o valor na c\u00e9lula <strong>G2<\/strong> no seguinte intervalo de <strong>D2:E7<\/strong> .<\/span><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Recursos adicionais<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Os tutoriais a seguir explicam como realizar outras opera\u00e7\u00f5es comuns no Excel:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/pt\/excel-vlookup-retorna-vazio-em-vez-de-na\/\" target=\"_blank\" rel=\"noopener\">Excel: Use VLOOKUP para retornar espa\u00e7o em branco em vez de #N\/A<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/excel-vlookup-encontrar-valor-entre-o-intervalo\/\" target=\"_blank\" rel=\"noopener\">Excel: use VLOOKUP para encontrar um valor entre o intervalo<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/excel-vlookup-ultimo-valor-na-coluna\/\" target=\"_blank\" rel=\"noopener\">Excel: use VLOOKUP para retornar o \u00faltimo valor correspondente<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar a seguinte f\u00f3rmula VLOOKUP no Excel para usar v\u00e1rias tabelas de pesquisa: =IFERROR(VLOOKUP( G2 , A2:B7 ,2,0),VLOOKUP( G2 , D2:E7 ,2,0)) Esta f\u00f3rmula espec\u00edfica tenta encontrar o valor espec\u00edfico na c\u00e9lula G2 da primeira coluna do intervalo A2:B7 e retornar o valor correspondente da segunda coluna. Se o valor na c\u00e9lula G2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-5055","post","type-post","status-publish","format-standard","hentry","category-guia"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Excel: Use VLOOKUP com m\u00faltiplas tabelas de pesquisa - Estatologia<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como usar a fun\u00e7\u00e3o VLOOKUP no Excel com v\u00e1rias tabelas de pesquisa, incluindo um exemplo.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Use VLOOKUP com m\u00faltiplas tabelas de pesquisa - Estatologia\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como usar a fun\u00e7\u00e3o VLOOKUP no Excel com v\u00e1rias tabelas de pesquisa, incluindo um exemplo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-04T11:36:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vmultiple1.png\" \/>\n<meta name=\"author\" content=\"Dr. benjamim anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr. benjamim anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/\",\"url\":\"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/\",\"name\":\"Excel: Use VLOOKUP com m\u00faltiplas tabelas de pesquisa - Estatologia\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-04T11:36:25+00:00\",\"dateModified\":\"2023-07-04T11:36:25+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como usar a fun\u00e7\u00e3o VLOOKUP no Excel com v\u00e1rias tabelas de pesquisa, incluindo um exemplo.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: use vlookup com v\u00e1rias tabelas de pesquisa\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/pt\/#website\",\"url\":\"https:\/\/statorials.org\/pt\/\",\"name\":\"Statorials\",\"description\":\"O seu guia para a literacia estat\u00edstica!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/pt\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\",\"name\":\"Dr. benjamim anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr. benjamim anderson\"},\"description\":\"Ol\u00e1, sou Benjamin, um professor aposentado de estat\u00edstica que se tornou professor dedicado na Statorials. Com vasta experi\u00eancia e conhecimento na \u00e1rea de estat\u00edstica, estou empenhado em compartilhar meu conhecimento para capacitar os alunos por meio de Statorials. Saber mais\",\"sameAs\":[\"https:\/\/statorials.org\/pt\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Excel: Use VLOOKUP com m\u00faltiplas tabelas de pesquisa - Estatologia","description":"Este tutorial explica como usar a fun\u00e7\u00e3o VLOOKUP no Excel com v\u00e1rias tabelas de pesquisa, incluindo um exemplo.","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:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/","og_locale":"pt_PT","og_type":"article","og_title":"Excel: Use VLOOKUP com m\u00faltiplas tabelas de pesquisa - Estatologia","og_description":"Este tutorial explica como usar a fun\u00e7\u00e3o VLOOKUP no Excel com v\u00e1rias tabelas de pesquisa, incluindo um exemplo.","og_url":"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/","og_site_name":"Statorials","article_published_time":"2023-07-04T11:36:25+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vmultiple1.png"}],"author":"Dr. benjamim anderson","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Dr. benjamim anderson","Tempo estimado de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/","url":"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/","name":"Excel: Use VLOOKUP com m\u00faltiplas tabelas de pesquisa - Estatologia","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-04T11:36:25+00:00","dateModified":"2023-07-04T11:36:25+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como usar a fun\u00e7\u00e3o VLOOKUP no Excel com v\u00e1rias tabelas de pesquisa, incluindo um exemplo.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/excel-vlookup-multiplas-tabelas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Excel: use vlookup com v\u00e1rias tabelas de pesquisa"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/pt\/#website","url":"https:\/\/statorials.org\/pt\/","name":"Statorials","description":"O seu guia para a literacia estat\u00edstica!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/pt\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-PT"},{"@type":"Person","@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666","name":"Dr. benjamim anderson","image":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr. benjamim anderson"},"description":"Ol\u00e1, sou Benjamin, um professor aposentado de estat\u00edstica que se tornou professor dedicado na Statorials. Com vasta experi\u00eancia e conhecimento na \u00e1rea de estat\u00edstica, estou empenhado em compartilhar meu conhecimento para capacitar os alunos por meio de Statorials. Saber mais","sameAs":["https:\/\/statorials.org\/pt"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/5055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/comments?post=5055"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/5055\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=5055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=5055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=5055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}