{"id":2307,"date":"2023-07-22T20:19:30","date_gmt":"2023-07-22T20:19:30","guid":{"rendered":"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/"},"modified":"2023-07-22T20:19:30","modified_gmt":"2023-07-22T20:19:30","slug":"google-deixa-consulta-curinga","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/","title":{"rendered":"Como usar curingas na consulta do planilhas google"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar o sinal <strong>%<\/strong> como curinga nas consultas do Planilhas Google:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>M\u00e9todo 1: Retornar c\u00e9lulas come\u00e7ando com determinados caracteres<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=QUERY( <span style=\"color: #ff6600;\">A1:A10<\/span> , \" <span style=\"color: #008000;\">Select A where A like 'hello%'<\/span> \")\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>M\u00e9todo 2: Retornar c\u00e9lulas que terminam com determinados caracteres<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=QUERY( <span style=\"color: #ff6600;\">A1:A10<\/span> , \" <span style=\"color: #008000;\">Select A where A like '%hello'<\/span> \")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><strong>M\u00e9todo 3: Retornar c\u00e9lulas contendo determinados caracteres<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=QUERY( <span style=\"color: #ff6600;\">A1:A10<\/span> , \" <span style=\"color: #008000;\">Select A where A like '%hello%'<\/span> \")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Os exemplos a seguir mostram como usar cada m\u00e9todo na pr\u00e1tica.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>M\u00e9todo 1: Retornar c\u00e9lulas come\u00e7ando com determinados caracteres<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Podemos usar a seguinte f\u00f3rmula para retornar cada c\u00e9lula da coluna A que come\u00e7a com <strong>\u201cWe\u201d<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=QUERY( <span style=\"color: #ff6600;\">A1:A10<\/span> , \" <span style=\"color: #008000;\">Select A where A like 'We%'<\/span> \")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">A captura de tela a seguir mostra como usar esta f\u00f3rmula:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-20983 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/requete1.png\" alt=\"\" width=\"509\" height=\"469\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>M\u00e9todo 2: Retornar c\u00e9lulas que terminam com determinados caracteres<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Podemos usar a seguinte f\u00f3rmula para retornar cada c\u00e9lula da coluna A que termina com <strong>&#8216;th&#8217;<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=QUERY( <span style=\"color: #ff6600;\">A1:A10<\/span> , \" <span style=\"color: #008000;\">Select A where A like '%th'<\/span> \")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">A captura de tela a seguir mostra como usar esta f\u00f3rmula:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-20984 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/requete2.png\" alt=\"\" width=\"510\" height=\"479\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>M\u00e9todo 3: Retornar c\u00e9lulas contendo determinados caracteres<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Podemos usar a seguinte f\u00f3rmula para retornar cada c\u00e9lula da coluna A que cont\u00e9m <strong>\u201cou\u201d em<\/strong> algum lugar da string:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=QUERY( <span style=\"color: #ff6600;\">A1:A10<\/span> , \" <span style=\"color: #008000;\">Select A where A like '%ou%'<\/span> \")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">A captura de tela a seguir mostra como usar esta f\u00f3rmula:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-20985 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/requete3.png\" alt=\"\" width=\"509\" height=\"458\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Recursos adicionais<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Os tutoriais a seguir explicam como realizar outras consultas comuns no Planilhas Google:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/pt\/a-consulta-do-planilhas-google-contem\/\" target=\"_blank\" rel=\"noopener\">Consulta do Planilhas Google: selecione linhas que cont\u00eam uma string<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/planilhas-do-google-consultam-varios-criterios\/\" target=\"_blank\" rel=\"noopener\">Consulta do Planilhas Google: como usar v\u00e1rios crit\u00e9rios na consulta<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/referencia-de-celula-de-consulta-do-planilhas-google\/\" target=\"_blank\" rel=\"noopener\">Consulta do Planilhas Google: como usar refer\u00eancia de c\u00e9lula na f\u00f3rmula<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/consulta-de-planilhas-do-google-selecione-varias-colunas\/\" target=\"_blank\" rel=\"noopener\">Consulta do Planilhas Google: como selecionar v\u00e1rias colunas<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar o sinal % como curinga nas consultas do Planilhas Google: M\u00e9todo 1: Retornar c\u00e9lulas come\u00e7ando com determinados caracteres =QUERY( A1:A10 , &#8221; Select A where A like &#8216;hello%&#8217; &#8220;) M\u00e9todo 2: Retornar c\u00e9lulas que terminam com determinados caracteres =QUERY( A1:A10 , &#8221; Select A where A like &#8216;%hello&#8217; &#8220;) M\u00e9todo 3: Retornar [&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-2307","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>Como usar curingas na consulta do Planilhas Google \u2013 Estatologia<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como usar curingas em consultas do Planilhas Google, com v\u00e1rios 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\/google-deixa-consulta-curinga\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Como usar curingas na consulta do Planilhas Google \u2013 Estatologia\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como usar curingas em consultas do Planilhas Google, com v\u00e1rios exemplos.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-22T20:19:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/requete1.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\/google-deixa-consulta-curinga\/\",\"url\":\"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/\",\"name\":\"Como usar curingas na consulta do Planilhas Google \u2013 Estatologia\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-22T20:19:30+00:00\",\"dateModified\":\"2023-07-22T20:19:30+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como usar curingas em consultas do Planilhas Google, com v\u00e1rios exemplos.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Como usar curingas na consulta do planilhas google\"}]},{\"@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":"Como usar curingas na consulta do Planilhas Google \u2013 Estatologia","description":"Este tutorial explica como usar curingas em consultas do Planilhas Google, com v\u00e1rios 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\/google-deixa-consulta-curinga\/","og_locale":"pt_PT","og_type":"article","og_title":"Como usar curingas na consulta do Planilhas Google \u2013 Estatologia","og_description":"Este tutorial explica como usar curingas em consultas do Planilhas Google, com v\u00e1rios exemplos.","og_url":"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/","og_site_name":"Statorials","article_published_time":"2023-07-22T20:19:30+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/requete1.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\/google-deixa-consulta-curinga\/","url":"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/","name":"Como usar curingas na consulta do Planilhas Google \u2013 Estatologia","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-22T20:19:30+00:00","dateModified":"2023-07-22T20:19:30+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como usar curingas em consultas do Planilhas Google, com v\u00e1rios exemplos.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/google-deixa-consulta-curinga\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Como usar curingas na consulta do planilhas google"}]},{"@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\/2307","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=2307"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/2307\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=2307"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=2307"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=2307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}