{"id":4197,"date":"2023-07-12T22:43:34","date_gmt":"2023-07-12T22:43:34","guid":{"rendered":"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/"},"modified":"2023-07-12T22:43:34","modified_gmt":"2023-07-12T22:43:34","slug":"filtro-de-planilhas-do-google-ou","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/","title":{"rendered":"Planilhas google: como usar a fun\u00e7\u00e3o filter com or"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar a seguinte sintaxe b\u00e1sica no Planilhas Google para usar a fun\u00e7\u00e3o <strong>FILTER<\/strong> com l\u00f3gica <strong>OR<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=FILTER( <span style=\"color: #ff6600;\">A1:C10<\/span> , ( <span style=\"color: #800080;\">A1:A10<\/span> =\" <span style=\"color: #000000;\"><span style=\"color: #008000;\">A<\/span><\/span> \")+( <span style=\"color: #008080;\">C1:C10<\/span> &lt; <span style=\"color: #3366ff;\">20<\/span> ))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Este filtro retorna linhas no intervalo A1:C10 onde o valor da coluna A \u00e9 igual a &#8220;A&#8221; <b>ou<\/b> o valor da coluna C \u00e9 menor que 20.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Observa\u00e7\u00e3o<\/strong> : o sinal de mais ( <strong>+<\/strong> ) \u00e9 usado como operador OR no Planilhas Google.<\/span><\/p>\n<p> <span style=\"color: #000000;\">O exemplo a seguir mostra como usar essa sintaxe na pr\u00e1tica.<\/span><\/p>\n<h2> <strong>Exemplo: como usar a fun\u00e7\u00e3o de filtro OR no Planilhas Google<\/strong><\/h2>\n<p> <span style=\"color: #000000;\">Digamos que temos o seguinte conjunto de dados no Planilhas Google que cont\u00e9m informa\u00e7\u00f5es sobre v\u00e1rios jogadores de basquete:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23398 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/filtre1-1.jpg\" alt=\"\" width=\"569\" height=\"407\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Podemos usar a seguinte f\u00f3rmula para filtrar todas as linhas onde a equipe \u00e9 igual a \u201cA\u201d <b>ou<\/b> os pontos s\u00e3o menores que 20:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=FILTER( <span style=\"color: #ff6600;\">A1:C10<\/span> , ( <span style=\"color: #800080;\">A1:A10<\/span> =\" <span style=\"color: #000000;\"><span style=\"color: #008000;\">A<\/span><\/span> \")+( <span style=\"color: #008080;\">C1:C10<\/span> &lt; <span style=\"color: #3366ff;\">20<\/span> ))<\/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-23400\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/filtre3-1.jpg\" alt=\"Fun\u00e7\u00e3o FILTER do Planilhas Google com OR\" width=\"514\" height=\"517\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">As \u00fanicas linhas retornadas s\u00e3o aquelas onde o time \u00e9 igual a \u201cA\u201d <strong>ou<\/strong> os pontos s\u00e3o menores que 20.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Tamb\u00e9m podemos usar mais sinais de adi\u00e7\u00e3o ( <strong>+<\/strong> ) na fun\u00e7\u00e3o <strong>FILTER<\/strong> para aplicar ainda mais operadores <strong>OR<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Por exemplo, podemos usar a seguinte sintaxe para filtrar linhas onde o time \u00e9 \u201cA\u201d <b>ou<\/b> a posi\u00e7\u00e3o \u00e9 \u201cGuarda\u201d <strong>ou<\/strong> os pontos s\u00e3o maiores que 15:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=FILTER( <span style=\"color: #ff6600;\">A1:C10<\/span> , ( <span style=\"color: #800080;\">A1:A10<\/span> =\" <span style=\"color: #000000;\"><span style=\"color: #008000;\">A<\/span><\/span> \")+ <span style=\"color: #000000;\">( <span style=\"color: #008080;\">B1:B10<\/span> =\" <span style=\"color: #008000;\">Guard<\/span> \")+<\/span> ( <span style=\"color: #b88ae6;\">C1:C10<\/span> &gt; <span style=\"color: #3366ff;\">15<\/span> ))<\/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=\" wp-image-33212 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/filtreou1.jpg\" alt=\"\" width=\"604\" height=\"519\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Esta fun\u00e7\u00e3o <strong>FILTER<\/strong> retorna linhas do conjunto de dados original onde qualquer uma das tr\u00eas condi\u00e7\u00f5es \u00e9 atendida.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">Recursos adicionais<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\">Os tutoriais a seguir explicam como fazer outras coisas comuns no Planilhas Google:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/pt\/o-filtro-do-planilhas-google-contem-texto\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: como filtrar c\u00e9lulas que cont\u00eam texto<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/google-sumif-folhas-multiplas-colunas\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: como usar SUMIF com v\u00e1rias colunas<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/soma-em-varias-planilhas-do-google\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: como adicionar v\u00e1rias planilhas<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar a seguinte sintaxe b\u00e1sica no Planilhas Google para usar a fun\u00e7\u00e3o FILTER com l\u00f3gica OR : =FILTER( A1:C10 , ( A1:A10 =&#8221; A &#8220;)+( C1:C10 &lt; 20 )) Este filtro retorna linhas no intervalo A1:C10 onde o valor da coluna A \u00e9 igual a &#8220;A&#8221; ou o valor da coluna C \u00e9 [&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-4197","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>Planilhas Google: como usar a fun\u00e7\u00e3o FILTER com OR - Estatologia<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como usar a fun\u00e7\u00e3o FILTER no Planilhas Google com l\u00f3gica OR, com 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\/filtro-de-planilhas-do-google-ou\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Planilhas Google: como usar a fun\u00e7\u00e3o FILTER com OR - Estatologia\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como usar a fun\u00e7\u00e3o FILTER no Planilhas Google com l\u00f3gica OR, com um exemplo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-12T22:43:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/filtre1-1.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\/filtro-de-planilhas-do-google-ou\/\",\"url\":\"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/\",\"name\":\"Planilhas Google: como usar a fun\u00e7\u00e3o FILTER com OR - Estatologia\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-12T22:43:34+00:00\",\"dateModified\":\"2023-07-12T22:43:34+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como usar a fun\u00e7\u00e3o FILTER no Planilhas Google com l\u00f3gica OR, com um exemplo.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Planilhas google: como usar a fun\u00e7\u00e3o filter com or\"}]},{\"@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":"Planilhas Google: como usar a fun\u00e7\u00e3o FILTER com OR - Estatologia","description":"Este tutorial explica como usar a fun\u00e7\u00e3o FILTER no Planilhas Google com l\u00f3gica OR, com 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\/filtro-de-planilhas-do-google-ou\/","og_locale":"pt_PT","og_type":"article","og_title":"Planilhas Google: como usar a fun\u00e7\u00e3o FILTER com OR - Estatologia","og_description":"Este tutorial explica como usar a fun\u00e7\u00e3o FILTER no Planilhas Google com l\u00f3gica OR, com um exemplo.","og_url":"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/","og_site_name":"Statorials","article_published_time":"2023-07-12T22:43:34+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/filtre1-1.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\/filtro-de-planilhas-do-google-ou\/","url":"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/","name":"Planilhas Google: como usar a fun\u00e7\u00e3o FILTER com OR - Estatologia","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-12T22:43:34+00:00","dateModified":"2023-07-12T22:43:34+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como usar a fun\u00e7\u00e3o FILTER no Planilhas Google com l\u00f3gica OR, com um exemplo.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/filtro-de-planilhas-do-google-ou\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Planilhas google: como usar a fun\u00e7\u00e3o filter com or"}]},{"@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\/4197","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=4197"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/4197\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=4197"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=4197"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=4197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}