{"id":3702,"date":"2023-07-16T01:21:42","date_gmt":"2023-07-16T01:21:42","guid":{"rendered":"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/"},"modified":"2023-07-16T01:21:42","modified_gmt":"2023-07-16T01:21:42","slug":"curinga-de-filtro-do-excel","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/","title":{"rendered":"Excel: como usar o caractere curinga na fun\u00e7\u00e3o filter"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar a seguinte sintaxe para usar curingas em uma fun\u00e7\u00e3o FILTER no Excel:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=FILTER( <span style=\"color: #3366ff;\">A2:B12<\/span> , ISNUMBER(SEARCH(\"some_string\", <span style=\"color: #ff0000;\">A2:A12<\/span> )), \"None\")\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Esta f\u00f3rmula espec\u00edfica filtrar\u00e1 linhas no intervalo <strong>A2:B12<\/strong> , onde as c\u00e9lulas no intervalo <strong>A2:A12<\/strong> cont\u00eam &#8220;some_string&#8221; em qualquer lugar da c\u00e9lula.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Se nenhuma c\u00e9lula contiver &#8220;some_string&#8221;, a f\u00f3rmula simplesmente retornar\u00e1 &#8220;None&#8221;.<\/span><\/p>\n<p> <span style=\"color: #000000;\">O exemplo a seguir mostra como usar essa sintaxe na pr\u00e1tica.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Exemplo: use um curinga na fun\u00e7\u00e3o FILTER no Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Digamos que temos o seguinte conjunto de dados no Excel que cont\u00e9m informa\u00e7\u00f5es sobre v\u00e1rios times de basquete:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30217 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/caractere-generique1.jpg\" alt=\"\" width=\"453\" height=\"452\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Podemos usar a seguinte f\u00f3rmula para filtrar linhas onde a coluna Equipe cont\u00e9m &#8220;ets&#8221; em qualquer lugar da c\u00e9lula:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=FILTER( <span style=\"color: #3366ff;\">A2:B12<\/span> , ISNUMBER(SEARCH(\"ets\", <span style=\"color: #ff0000;\">A2:A12<\/span> )), \"None\")<\/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-30219\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/caractere-generique2-1.jpg\" alt=\"Fun\u00e7\u00e3o FILTER do Excel com curinga\" width=\"651\" height=\"466\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Podemos ver que o filtro retorna apenas as quatro linhas que cont\u00eam \u201cets\u201d em algum lugar do nome do time:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>Redes<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>Pepitas<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>Vespas<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>Rockets<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Observe que se filtrarmos usando uma string que n\u00e3o existe em nenhum nome de equipe, a f\u00f3rmula simplesmente retornar\u00e1 o resultado \u201cNenhum\u201d.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Por exemplo, digamos que estamos tentando filtrar linhas onde o nome da equipe cont\u00e9m \u201czzz\u201d em algum lugar da c\u00e9lula:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30220 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/caractere-generique3.jpg\" alt=\"\" width=\"667\" height=\"498\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">A f\u00f3rmula retorna &#8220;Nenhum&#8221; porque nenhum nome de equipe cont\u00e9m &#8220;zzz&#8221; no nome da equipe.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Nota<\/strong> : A fun\u00e7\u00e3o <strong>SEARCH<\/strong> na f\u00f3rmula executa uma pesquisa que n\u00e3o diferencia mai\u00fasculas de min\u00fasculas. Se voc\u00ea quiser fazer uma pesquisa com distin\u00e7\u00e3o entre mai\u00fasculas e min\u00fasculas, substitua <strong>SEARCH<\/strong> por <strong>FIND<\/strong> na f\u00f3rmula.<\/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 tarefas comuns no Excel:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/pt\/excel-excluir-texto-de-linhas-especificas\/\" target=\"_blank\" rel=\"noopener\">Excel: como deletar linhas com texto espec\u00edfico<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/excel-se-contem-texto-parcial\/\" target=\"_blank\" rel=\"noopener\">Excel: como verificar se a c\u00e9lula cont\u00e9m texto parcial<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/excel-verifica-se-a-celula-contem-o-texto-da-lista\/\" target=\"_blank\" rel=\"noopener\">Excel: como verificar se a c\u00e9lula cont\u00e9m texto de lista<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar a seguinte sintaxe para usar curingas em uma fun\u00e7\u00e3o FILTER no Excel: =FILTER( A2:B12 , ISNUMBER(SEARCH(&#8220;some_string&#8221;, A2:A12 )), &#8220;None&#8221;) Esta f\u00f3rmula espec\u00edfica filtrar\u00e1 linhas no intervalo A2:B12 , onde as c\u00e9lulas no intervalo A2:A12 cont\u00eam &#8220;some_string&#8221; em qualquer lugar da c\u00e9lula. Se nenhuma c\u00e9lula contiver &#8220;some_string&#8221;, a f\u00f3rmula simplesmente retornar\u00e1 &#8220;None&#8221;. O [&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-3702","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: Como usar o curinga na fun\u00e7\u00e3o FILTER \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como usar curingas em uma fun\u00e7\u00e3o FILTER do Excel, com exemplos.\" \/>\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\/curinga-de-filtro-do-excel\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Como usar o curinga na fun\u00e7\u00e3o FILTER \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como usar curingas em uma fun\u00e7\u00e3o FILTER do Excel, com exemplos.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-16T01:21:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/caractere-generique1.jpg\" \/>\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\/curinga-de-filtro-do-excel\/\",\"url\":\"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/\",\"name\":\"Excel: Como usar o curinga na fun\u00e7\u00e3o FILTER \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-16T01:21:42+00:00\",\"dateModified\":\"2023-07-16T01:21:42+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como usar curingas em uma fun\u00e7\u00e3o FILTER do Excel, com exemplos.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: como usar o caractere curinga na fun\u00e7\u00e3o filter\"}]},{\"@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: Como usar o curinga na fun\u00e7\u00e3o FILTER \u2013 Statorials","description":"Este tutorial explica como usar curingas em uma fun\u00e7\u00e3o FILTER do Excel, com exemplos.","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\/curinga-de-filtro-do-excel\/","og_locale":"pt_PT","og_type":"article","og_title":"Excel: Como usar o curinga na fun\u00e7\u00e3o FILTER \u2013 Statorials","og_description":"Este tutorial explica como usar curingas em uma fun\u00e7\u00e3o FILTER do Excel, com exemplos.","og_url":"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/","og_site_name":"Statorials","article_published_time":"2023-07-16T01:21:42+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/caractere-generique1.jpg"}],"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\/curinga-de-filtro-do-excel\/","url":"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/","name":"Excel: Como usar o curinga na fun\u00e7\u00e3o FILTER \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-16T01:21:42+00:00","dateModified":"2023-07-16T01:21:42+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como usar curingas em uma fun\u00e7\u00e3o FILTER do Excel, com exemplos.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/curinga-de-filtro-do-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Excel: como usar o caractere curinga na fun\u00e7\u00e3o filter"}]},{"@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\/3702","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=3702"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/3702\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=3702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=3702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=3702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}